Files
UnrealEvent/Aeon-740/SDK/Frontend_HeroLoadout2_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: Frontend_HeroLoadout2
#include "Basic.hpp"
#include "Frontend_HeroLoadout2_classes.hpp"
#include "Frontend_HeroLoadout2_parameters.hpp"
namespace SDK
{
// Function Frontend_HeroLoadout2.Frontend_HeroLoadout2_C.ExecuteUbergraph_Frontend_HeroLoadout2
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void AFrontend_HeroLoadout2_C::ExecuteUbergraph_Frontend_HeroLoadout2(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("Frontend_HeroLoadout2_C", "ExecuteUbergraph_Frontend_HeroLoadout2");
Params::Frontend_HeroLoadout2_C_ExecuteUbergraph_Frontend_HeroLoadout2 Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function Frontend_HeroLoadout2.Frontend_HeroLoadout2_C.OnActivated
// (Event, Public, BlueprintEvent)
void AFrontend_HeroLoadout2_C::OnActivated()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("Frontend_HeroLoadout2_C", "OnActivated");
UObject::ProcessEvent(Func, nullptr);
}
// Function Frontend_HeroLoadout2.Frontend_HeroLoadout2_C.OnDeactivated
// (Event, Public, BlueprintEvent)
void AFrontend_HeroLoadout2_C::OnDeactivated()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("Frontend_HeroLoadout2_C", "OnDeactivated");
UObject::ProcessEvent(Func, nullptr);
}
// Function Frontend_HeroLoadout2.Frontend_HeroLoadout2_C.UserConstructionScript
// (Event, Public, BlueprintCallable, BlueprintEvent)
void AFrontend_HeroLoadout2_C::UserConstructionScript()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("Frontend_HeroLoadout2_C", "UserConstructionScript");
UObject::ProcessEvent(Func, nullptr);
}
}