Files
UnrealEvent/Aeon-740/SDK/GA_DefaultPlayer_Stunned_functions.cpp
2024-10-18 01:01:36 +01:00

55 lines
1.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GA_DefaultPlayer_Stunned
#include "Basic.hpp"
#include "GA_DefaultPlayer_Stunned_classes.hpp"
#include "GA_DefaultPlayer_Stunned_parameters.hpp"
namespace SDK
{
// Function GA_DefaultPlayer_Stunned.GA_DefaultPlayer_Stunned_C.ExecuteUbergraph_GA_DefaultPlayer_Stunned
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UGA_DefaultPlayer_Stunned_C::ExecuteUbergraph_GA_DefaultPlayer_Stunned(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_DefaultPlayer_Stunned_C", "ExecuteUbergraph_GA_DefaultPlayer_Stunned");
Params::GA_DefaultPlayer_Stunned_C_ExecuteUbergraph_GA_DefaultPlayer_Stunned Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GA_DefaultPlayer_Stunned.GA_DefaultPlayer_Stunned_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGA_DefaultPlayer_Stunned_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_DefaultPlayer_Stunned_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
}