Files
Alphanium/CppSDK/SDK/GAB_GenericStunned_functions.cpp

71 lines
1.6 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GAB_GenericStunned
#include "Basic.hpp"
#include "GAB_GenericStunned_classes.hpp"
#include "GAB_GenericStunned_parameters.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// Function GAB_GenericStunned.GAB_GenericStunned_C.ExecuteUbergraph_GAB_GenericStunned
// ()
// Parameters:
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UGAB_GenericStunned_C::ExecuteUbergraph_GAB_GenericStunned(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericStunned_C", "ExecuteUbergraph_GAB_GenericStunned");
Params::GAB_GenericStunned_C_ExecuteUbergraph_GAB_GenericStunned Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GAB_GenericStunned.GAB_GenericStunned_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGAB_GenericStunned_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericStunned_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
// Function GAB_GenericStunned.GAB_GenericStunned_C.K2_OnEndAbility
// (Event, Protected, BlueprintEvent)
void UGAB_GenericStunned_C::K2_OnEndAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GAB_GenericStunned_C", "K2_OnEndAbility");
UObject::ProcessEvent(Func, nullptr);
}
}
#pragma pack(pop)