mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
199 lines
6.4 KiB
C++
199 lines
6.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: EventLeaderboardScreen
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "EventLeaderboardScreen_classes.hpp"
|
|
#include "EventLeaderboardScreen_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.EventCloseButton__DelegateSignature
|
|
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UEventLeaderboardScreen_C::EventCloseButton__DelegateSignature()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "EventCloseButton__DelegateSignature");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.ExecuteUbergraph_EventLeaderboardScreen
|
|
// (Final, UbergraphFunction, HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UEventLeaderboardScreen_C::ExecuteUbergraph_EventLeaderboardScreen(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "ExecuteUbergraph_EventLeaderboardScreen");
|
|
|
|
Params::EventLeaderboardScreen_C_ExecuteUbergraph_EventLeaderboardScreen Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.Tick
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FGeometry MyGeometry (BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
|
|
// float InDeltaTime (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UEventLeaderboardScreen_C::Tick(const struct FGeometry& MyGeometry, float InDeltaTime)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "Tick");
|
|
|
|
Params::EventLeaderboardScreen_C_Tick Parms{};
|
|
|
|
Parms.MyGeometry = std::move(MyGeometry);
|
|
Parms.InDeltaTime = InDeltaTime;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.BndEvt__Button_Back2_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UEventLeaderboardScreen_C::BndEvt__Button_Back2_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "BndEvt__Button_Back2_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature");
|
|
|
|
Params::EventLeaderboardScreen_C_BndEvt__Button_Back2_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.EventColorize
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FFortTournamentDisplayInfo TournamentDisplayInfo (BlueprintVisible, BlueprintReadOnly, Parm)
|
|
|
|
void UEventLeaderboardScreen_C::EventColorize(const struct FFortTournamentDisplayInfo& TournamentDisplayInfo)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "EventColorize");
|
|
|
|
Params::EventLeaderboardScreen_C_EventColorize Parms{};
|
|
|
|
Parms.TournamentDisplayInfo = std::move(TournamentDisplayInfo);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.EventIntro
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UEventLeaderboardScreen_C::EventIntro()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "EventIntro");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.Init
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class FString EventId (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, HasGetValueTypeHash)
|
|
|
|
void UEventLeaderboardScreen_C::Init(const class FString& EventId)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "Init");
|
|
|
|
Params::EventLeaderboardScreen_C_Init Parms{};
|
|
|
|
Parms.EventId = std::move(EventId);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.OnLeaderboardEntrySelected
|
|
// (Event, Protected, BlueprintEvent)
|
|
// Parameters:
|
|
// class UFortEventLeaderboardEntryData* EntryData (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UEventLeaderboardScreen_C::OnLeaderboardEntrySelected(const class UFortEventLeaderboardEntryData* EntryData)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "OnLeaderboardEntrySelected");
|
|
|
|
Params::EventLeaderboardScreen_C_OnLeaderboardEntrySelected Parms{};
|
|
|
|
Parms.EntryData = EntryData;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.OnLeaderboardPageRequestComplete
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void UEventLeaderboardScreen_C::OnLeaderboardPageRequestComplete()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "OnLeaderboardPageRequestComplete");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function EventLeaderboardScreen.EventLeaderboardScreen_C.OnLeaderboardPageRequested
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void UEventLeaderboardScreen_C::OnLeaderboardPageRequested()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("EventLeaderboardScreen_C", "OnLeaderboardPageRequested");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|