Files
Alphanium/CppSDK/SDK/GA_Constructor_BASE_functions.cpp

99 lines
2.5 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GA_Constructor_BASE
#include "Basic.hpp"
#include "GA_Constructor_BASE_classes.hpp"
#include "GA_Constructor_BASE_parameters.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function GA_Constructor_BASE.GA_Constructor_BASE_C.ExecuteUbergraph_GA_Constructor_BASE
// (HasDefaults)
// Parameters:
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UGA_Constructor_BASE_C::ExecuteUbergraph_GA_Constructor_BASE(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Constructor_BASE_C", "ExecuteUbergraph_GA_Constructor_BASE");
Params::GA_Constructor_BASE_C_ExecuteUbergraph_GA_Constructor_BASE Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GA_Constructor_BASE.GA_Constructor_BASE_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGA_Constructor_BASE_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Constructor_BASE_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
// Function GA_Constructor_BASE.GA_Constructor_BASE_C.OnComplete_448313A941E0C180B5FAED9820171140
// (BlueprintCallable, BlueprintEvent)
void UGA_Constructor_BASE_C::OnComplete_448313A941E0C180B5FAED9820171140()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Constructor_BASE_C", "OnComplete_448313A941E0C180B5FAED9820171140");
UObject::ProcessEvent(Func, nullptr);
}
// Function GA_Constructor_BASE.GA_Constructor_BASE_C.OnInterrupted_448313A941E0C180B5FAED9820171140
// (BlueprintCallable, BlueprintEvent)
void UGA_Constructor_BASE_C::OnInterrupted_448313A941E0C180B5FAED9820171140()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Constructor_BASE_C", "OnInterrupted_448313A941E0C180B5FAED9820171140");
UObject::ProcessEvent(Func, nullptr);
}
// Function GA_Constructor_BASE.GA_Constructor_BASE_C.OnCancelled_448313A941E0C180B5FAED9820171140
// (BlueprintCallable, BlueprintEvent)
void UGA_Constructor_BASE_C::OnCancelled_448313A941E0C180B5FAED9820171140()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Constructor_BASE_C", "OnCancelled_448313A941E0C180B5FAED9820171140");
UObject::ProcessEvent(Func, nullptr);
}
}
#pragma pack(pop)