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

270 lines
8.9 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: RootProfileStatsScreen
#include "Basic.hpp"
#include "RootProfileStatsScreen_classes.hpp"
#include "RootProfileStatsScreen_parameters.hpp"
namespace SDK
{
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.ExecuteUbergraph_RootProfileStatsScreen
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void URootProfileStatsScreen_C::ExecuteUbergraph_RootProfileStatsScreen(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "ExecuteUbergraph_RootProfileStatsScreen");
Params::RootProfileStatsScreen_C_ExecuteUbergraph_RootProfileStatsScreen Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.OnDataRecieved
// (Event, Public, BlueprintEvent)
void URootProfileStatsScreen_C::OnDataRecieved()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "OnDataRecieved");
UObject::ProcessEvent(Func, nullptr);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.OnNoData
// (Event, Public, BlueprintEvent)
void URootProfileStatsScreen_C::OnNoData()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "OnNoData");
UObject::ProcessEvent(Func, nullptr);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.OnStartFetchingData
// (Event, Public, BlueprintEvent)
void URootProfileStatsScreen_C::OnStartFetchingData()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "OnStartFetchingData");
UObject::ProcessEvent(Func, nullptr);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.OnActivated
// (Event, Protected, BlueprintEvent)
void URootProfileStatsScreen_C::OnActivated()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "OnActivated");
UObject::ProcessEvent(Func, nullptr);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.BndEvt__TopTabList_K2Node_ComponentBoundEvent_2_OnTabButtonCreated__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class FName TabId (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UCommonButton* TabButton (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void URootProfileStatsScreen_C::BndEvt__TopTabList_K2Node_ComponentBoundEvent_2_OnTabButtonCreated__DelegateSignature(class FName TabId, class UCommonButton* TabButton)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "BndEvt__TopTabList_K2Node_ComponentBoundEvent_2_OnTabButtonCreated__DelegateSignature");
Params::RootProfileStatsScreen_C_BndEvt__TopTabList_K2Node_ComponentBoundEvent_2_OnTabButtonCreated__DelegateSignature Parms{};
Parms.TabId = TabId;
Parms.TabButton = TabButton;
UObject::ProcessEvent(Func, &Parms);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.OnStatSetChanged
// (Event, Public, BlueprintEvent)
void URootProfileStatsScreen_C::OnStatSetChanged()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "OnStatSetChanged");
UObject::ProcessEvent(Func, nullptr);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.BndEvt__PlaylistBucketChanger_K2Node_ComponentBoundEvent_147_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void URootProfileStatsScreen_C::BndEvt__PlaylistBucketChanger_K2Node_ComponentBoundEvent_147_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "BndEvt__PlaylistBucketChanger_K2Node_ComponentBoundEvent_147_CommonButtonClicked__DelegateSignature");
Params::RootProfileStatsScreen_C_BndEvt__PlaylistBucketChanger_K2Node_ComponentBoundEvent_147_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.BndEvt__StatSetLeftBtn_K2Node_ComponentBoundEvent_104_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void URootProfileStatsScreen_C::BndEvt__StatSetLeftBtn_K2Node_ComponentBoundEvent_104_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "BndEvt__StatSetLeftBtn_K2Node_ComponentBoundEvent_104_CommonButtonClicked__DelegateSignature");
Params::RootProfileStatsScreen_C_BndEvt__StatSetLeftBtn_K2Node_ComponentBoundEvent_104_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.BndEvt__StatSetRightBtn_K2Node_ComponentBoundEvent_87_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void URootProfileStatsScreen_C::BndEvt__StatSetRightBtn_K2Node_ComponentBoundEvent_87_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "BndEvt__StatSetRightBtn_K2Node_ComponentBoundEvent_87_CommonButtonClicked__DelegateSignature");
Params::RootProfileStatsScreen_C_BndEvt__StatSetRightBtn_K2Node_ComponentBoundEvent_87_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.OnDeactivated
// (Event, Protected, BlueprintEvent)
void URootProfileStatsScreen_C::OnDeactivated()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "OnDeactivated");
UObject::ProcessEvent(Func, nullptr);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void URootProfileStatsScreen_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.HandleBack
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// bool PassThrough (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor)
void URootProfileStatsScreen_C::HandleBack(bool* PassThrough)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "HandleBack");
Params::RootProfileStatsScreen_C_HandleBack Parms{};
UObject::ProcessEvent(Func, &Parms);
if (PassThrough != nullptr)
*PassThrough = Parms.PassThrough;
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.UpdatePlaylist
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
void URootProfileStatsScreen_C::UpdatePlaylist()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "UpdatePlaylist");
UObject::ProcessEvent(Func, nullptr);
}
// Function RootProfileStatsScreen.RootProfileStatsScreen_C.UpdateStatSet
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
void URootProfileStatsScreen_C::UpdateStatSet()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("RootProfileStatsScreen_C", "UpdateStatSet");
UObject::ProcessEvent(Func, nullptr);
}
}