#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: GAB_GenericApplyPush #include "Basic.hpp" #include "GAB_GenericApplyPush_classes.hpp" #include "GAB_GenericApplyPush_parameters.hpp" #pragma pack(push, 0x4) namespace SDK { // Function GAB_GenericApplyPush.GAB_GenericApplyPush_C.ExecuteUbergraph_GAB_GenericApplyPush // (HasDefaults) // Parameters: // int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor) void UGAB_GenericApplyPush_C::ExecuteUbergraph_GAB_GenericApplyPush(int32 EntryPoint) { static class UFunction* Func = nullptr; if (Func == nullptr) Func = Class->GetFunction("GAB_GenericApplyPush_C", "ExecuteUbergraph_GAB_GenericApplyPush"); Params::GAB_GenericApplyPush_C_ExecuteUbergraph_GAB_GenericApplyPush Parms{}; Parms.EntryPoint = EntryPoint; UObject::ProcessEvent(Func, &Parms); } // Function GAB_GenericApplyPush.GAB_GenericApplyPush_C.K2_ActivateAbilityFromEvent // (Event, Protected, HasOutParams, BlueprintEvent) // Parameters: // const struct FGameplayEventData& EventData (ConstParm, Parm, OutParm, ReferenceParm) void UGAB_GenericApplyPush_C::K2_ActivateAbilityFromEvent(const struct FGameplayEventData& EventData) { static class UFunction* Func = nullptr; if (Func == nullptr) Func = Class->GetFunction("GAB_GenericApplyPush_C", "K2_ActivateAbilityFromEvent"); Params::GAB_GenericApplyPush_C_K2_ActivateAbilityFromEvent Parms{}; Parms.EventData = std::move(EventData); UObject::ProcessEvent(Func, &Parms); } // Function GAB_GenericApplyPush.GAB_GenericApplyPush_C.EventReceived_7764EAC14FD514E952F78BA2A0CF9ABE // (BlueprintCallable, BlueprintEvent) // Parameters: // const struct FGameplayEventData& Payload (Parm) void UGAB_GenericApplyPush_C::EventReceived_7764EAC14FD514E952F78BA2A0CF9ABE(const struct FGameplayEventData& Payload) { static class UFunction* Func = nullptr; if (Func == nullptr) Func = Class->GetFunction("GAB_GenericApplyPush_C", "EventReceived_7764EAC14FD514E952F78BA2A0CF9ABE"); Params::GAB_GenericApplyPush_C_EventReceived_7764EAC14FD514E952F78BA2A0CF9ABE Parms{}; Parms.Payload = std::move(Payload); UObject::ProcessEvent(Func, &Parms); } // Function GAB_GenericApplyPush.GAB_GenericApplyPush_C.OnComplete_569FFD0446FBE214B15C2B8019481F5F // (BlueprintCallable, BlueprintEvent) void UGAB_GenericApplyPush_C::OnComplete_569FFD0446FBE214B15C2B8019481F5F() { static class UFunction* Func = nullptr; if (Func == nullptr) Func = Class->GetFunction("GAB_GenericApplyPush_C", "OnComplete_569FFD0446FBE214B15C2B8019481F5F"); UObject::ProcessEvent(Func, nullptr); } // Function GAB_GenericApplyPush.GAB_GenericApplyPush_C.OnInterrupted_569FFD0446FBE214B15C2B8019481F5F // (BlueprintCallable, BlueprintEvent) void UGAB_GenericApplyPush_C::OnInterrupted_569FFD0446FBE214B15C2B8019481F5F() { static class UFunction* Func = nullptr; if (Func == nullptr) Func = Class->GetFunction("GAB_GenericApplyPush_C", "OnInterrupted_569FFD0446FBE214B15C2B8019481F5F"); UObject::ProcessEvent(Func, nullptr); } // Function GAB_GenericApplyPush.GAB_GenericApplyPush_C.OnCancelled_569FFD0446FBE214B15C2B8019481F5F // (BlueprintCallable, BlueprintEvent) void UGAB_GenericApplyPush_C::OnCancelled_569FFD0446FBE214B15C2B8019481F5F() { static class UFunction* Func = nullptr; if (Func == nullptr) Func = Class->GetFunction("GAB_GenericApplyPush_C", "OnCancelled_569FFD0446FBE214B15C2B8019481F5F"); UObject::ProcessEvent(Func, nullptr); } } #pragma pack(pop)