Files
Alphanium/CppSDK/SDK/GAB_FlingerRanged_functions.cpp

99 lines
2.2 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GAB_FlingerRanged
#include "Basic.hpp"
#include "GAB_FlingerRanged_classes.hpp"
#include "GAB_FlingerRanged_parameters.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function GAB_FlingerRanged.GAB_FlingerRanged_C.ExecuteUbergraph_GAB_FlingerRanged
// (HasDefaults)
// Parameters:
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UGAB_FlingerRanged_C::ExecuteUbergraph_GAB_FlingerRanged(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_FlingerRanged_C", "ExecuteUbergraph_GAB_FlingerRanged");
Params::GAB_FlingerRanged_C_ExecuteUbergraph_GAB_FlingerRanged Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_FlingerRanged.GAB_FlingerRanged_C.K2_OnEndAbility
// (Event, Protected, BlueprintEvent)
void UGAB_FlingerRanged_C::K2_OnEndAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_FlingerRanged_C", "K2_OnEndAbility");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_FlingerRanged.GAB_FlingerRanged_C.StopFX
// (BlueprintCallable, BlueprintEvent)
void UGAB_FlingerRanged_C::StopFX()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_FlingerRanged_C", "StopFX");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_FlingerRanged.GAB_FlingerRanged_C.SpawnFX
// (BlueprintCallable, BlueprintEvent)
void UGAB_FlingerRanged_C::SpawnFX()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_FlingerRanged_C", "SpawnFX");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_FlingerRanged.GAB_FlingerRanged_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGAB_FlingerRanged_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_FlingerRanged_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
}
#pragma pack(pop)