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