Files
Alphanium/CppSDK/SDK/GAB_RemoveBeehiveGEs_functions.cpp

57 lines
1.3 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GAB_RemoveBeehiveGEs
#include "Basic.hpp"
#include "GAB_RemoveBeehiveGEs_classes.hpp"
#include "GAB_RemoveBeehiveGEs_parameters.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function GAB_RemoveBeehiveGEs.GAB_RemoveBeehiveGEs_C.ExecuteUbergraph_GAB_RemoveBeehiveGEs
// (HasDefaults)
// Parameters:
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UGAB_RemoveBeehiveGEs_C::ExecuteUbergraph_GAB_RemoveBeehiveGEs(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_RemoveBeehiveGEs_C", "ExecuteUbergraph_GAB_RemoveBeehiveGEs");
Params::GAB_RemoveBeehiveGEs_C_ExecuteUbergraph_GAB_RemoveBeehiveGEs Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_RemoveBeehiveGEs.GAB_RemoveBeehiveGEs_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGAB_RemoveBeehiveGEs_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_RemoveBeehiveGEs_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
}
#pragma pack(pop)