Files
UnrealEvent/Aeon-740/SDK/GA_AthenaEnterVehicle_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_AthenaEnterVehicle
#include "Basic.hpp"
#include "GA_AthenaEnterVehicle_classes.hpp"
#include "GA_AthenaEnterVehicle_parameters.hpp"
namespace SDK
{
// Function GA_AthenaEnterVehicle.GA_AthenaEnterVehicle_C.ExecuteUbergraph_GA_AthenaEnterVehicle
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UGA_AthenaEnterVehicle_C::ExecuteUbergraph_GA_AthenaEnterVehicle(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_AthenaEnterVehicle_C", "ExecuteUbergraph_GA_AthenaEnterVehicle");
Params::GA_AthenaEnterVehicle_C_ExecuteUbergraph_GA_AthenaEnterVehicle Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function GA_AthenaEnterVehicle.GA_AthenaEnterVehicle_C.K2_ActivateAbility
// (Event, Protected, BlueprintEvent)
void UGA_AthenaEnterVehicle_C::K2_ActivateAbility()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("GA_AthenaEnterVehicle_C", "K2_ActivateAbility");
UObject::ProcessEvent(Func, nullptr);
}
}