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

193 lines
5.3 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AthenaLobbyPlayerPanel
#include "Basic.hpp"
#include "AthenaLobbyPlayerPanel_classes.hpp"
#include "AthenaLobbyPlayerPanel_parameters.hpp"
namespace SDK
{
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.OnGadgetsClicked__DelegateSignature
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
void UAthenaLobbyPlayerPanel_C::OnGadgetsClicked__DelegateSignature()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "OnGadgetsClicked__DelegateSignature");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.OnClosed__DelegateSignature
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
void UAthenaLobbyPlayerPanel_C::OnClosed__DelegateSignature()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "OnClosed__DelegateSignature");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.ExecuteUbergraph_AthenaLobbyPlayerPanel
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UAthenaLobbyPlayerPanel_C::ExecuteUbergraph_AthenaLobbyPlayerPanel(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "ExecuteUbergraph_AthenaLobbyPlayerPanel");
Params::AthenaLobbyPlayerPanel_C_ExecuteUbergraph_AthenaLobbyPlayerPanel Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void UAthenaLobbyPlayerPanel_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.Initialize
// (Public, BlueprintCallable, BlueprintEvent)
void UAthenaLobbyPlayerPanel_C::Initialize()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "Initialize");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.SetTeamMemberInfo
// (Public, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FFortTeamMemberInfo Param_TeamMemberInfo (BlueprintVisible, BlueprintReadOnly, Parm, HasGetValueTypeHash)
void UAthenaLobbyPlayerPanel_C::SetTeamMemberInfo(const struct FFortTeamMemberInfo& Param_TeamMemberInfo)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "SetTeamMemberInfo");
Params::AthenaLobbyPlayerPanel_C_SetTeamMemberInfo Parms{};
Parms.Param_TeamMemberInfo = std::move(Param_TeamMemberInfo);
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.Refresh
// (Public, BlueprintCallable, BlueprintEvent)
void UAthenaLobbyPlayerPanel_C::Refresh()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "Refresh");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.Focus
// (Public, BlueprintCallable, BlueprintEvent)
void UAthenaLobbyPlayerPanel_C::Focus()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "Focus");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.InitializeContextEvents
// (Public, BlueprintCallable, BlueprintEvent)
void UAthenaLobbyPlayerPanel_C::InitializeContextEvents()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "InitializeContextEvents");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.OnTeamMemberStateChanged
// (Public, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FFortTeamMemberInfo Param_TeamMemberInfo (BlueprintVisible, BlueprintReadOnly, Parm, HasGetValueTypeHash)
void UAthenaLobbyPlayerPanel_C::OnTeamMemberStateChanged(const struct FFortTeamMemberInfo& Param_TeamMemberInfo)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "OnTeamMemberStateChanged");
Params::AthenaLobbyPlayerPanel_C_OnTeamMemberStateChanged Parms{};
Parms.Param_TeamMemberInfo = std::move(Param_TeamMemberInfo);
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaLobbyPlayerPanel.AthenaLobbyPlayerPanel_C.Cancel
// (Public, BlueprintCallable, BlueprintEvent)
void UAthenaLobbyPlayerPanel_C::Cancel()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaLobbyPlayerPanel_C", "Cancel");
UObject::ProcessEvent(Func, nullptr);
}
}