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

83 lines
2.0 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GA_Athena_Fly
#include "Basic.hpp"
#include "GA_Athena_Fly_classes.hpp"
#include "GA_Athena_Fly_parameters.hpp"
namespace SDK
{
// Function GA_Athena_Fly.GA_Athena_Fly_C.ExecuteUbergraph_GA_Athena_Fly
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UGA_Athena_Fly_C::ExecuteUbergraph_GA_Athena_Fly(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Athena_Fly_C", "ExecuteUbergraph_GA_Athena_Fly");
Params::GA_Athena_Fly_C_ExecuteUbergraph_GA_Athena_Fly Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GA_Athena_Fly.GA_Athena_Fly_C.Added_3EAC858E4A7943CBB81C86992D3F3CC1
// (BlueprintCallable, BlueprintEvent)
void UGA_Athena_Fly_C::Added_3EAC858E4A7943CBB81C86992D3F3CC1()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Athena_Fly_C", "Added_3EAC858E4A7943CBB81C86992D3F3CC1");
UObject::ProcessEvent(Func, nullptr);
}
// Function GA_Athena_Fly.GA_Athena_Fly_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGA_Athena_Fly_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Athena_Fly_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
// Function GA_Athena_Fly.GA_Athena_Fly_C.Removed_AAD5AA1645BDC2889C719BBCB8694960
// (BlueprintCallable, BlueprintEvent)
void UGA_Athena_Fly_C::Removed_AAD5AA1645BDC2889C719BBCB8694960()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_Athena_Fly_C", "Removed_AAD5AA1645BDC2889C719BBCB8694960");
UObject::ProcessEvent(Func, nullptr);
}
}