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

69 lines
1.7 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: Frontend_Lobby_Layout2
#include "Basic.hpp"
#include "Frontend_Lobby_Layout2_classes.hpp"
#include "Frontend_Lobby_Layout2_parameters.hpp"
namespace SDK
{
// Function Frontend_Lobby_Layout2.Frontend_Lobby_Layout2_C.ExecuteUbergraph_Frontend_Lobby_Layout2
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void AFrontend_Lobby_Layout2_C::ExecuteUbergraph_Frontend_Lobby_Layout2(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("Frontend_Lobby_Layout2_C", "ExecuteUbergraph_Frontend_Lobby_Layout2");
Params::Frontend_Lobby_Layout2_C_ExecuteUbergraph_Frontend_Lobby_Layout2 Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function Frontend_Lobby_Layout2.Frontend_Lobby_Layout2_C.OnBackgroundChanged
// (BlueprintCallable, BlueprintEvent)
void AFrontend_Lobby_Layout2_C::OnBackgroundChanged()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("Frontend_Lobby_Layout2_C", "OnBackgroundChanged");
UObject::ProcessEvent(Func, nullptr);
}
// Function Frontend_Lobby_Layout2.Frontend_Lobby_Layout2_C.ReceiveBeginPlay
// (Event, Protected, BlueprintEvent)
void AFrontend_Lobby_Layout2_C::ReceiveBeginPlay()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("Frontend_Lobby_Layout2_C", "ReceiveBeginPlay");
UObject::ProcessEvent(Func, nullptr);
}
}