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

866 lines
31 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: SubgameSelectScreen
#include "Basic.hpp"
#include "SubgameSelectScreen_classes.hpp"
#include "SubgameSelectScreen_parameters.hpp"
namespace SDK
{
// Function SubgameSelectScreen.SubgameSelectScreen_C.ExecuteUbergraph_SubgameSelectScreen
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::ExecuteUbergraph_SubgameSelectScreen(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "ExecuteUbergraph_SubgameSelectScreen");
Params::SubgameSelectScreen_C_ExecuteUbergraph_SubgameSelectScreen Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__Button_Creative_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__Button_Creative_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__Button_Creative_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__Button_Creative_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__Button_Creative_K2Node_ComponentBoundEvent_0_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__Button_Creative_K2Node_ComponentBoundEvent_0_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__Button_Creative_K2Node_ComponentBoundEvent_0_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__Button_Creative_K2Node_ComponentBoundEvent_0_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.TryShowUpsellDireclty
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::TryShowUpsellDireclty()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "TryShowUpsellDireclty");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.OnSubGameImageLoadedFromCMS
// (Event, Public, BlueprintEvent)
// Parameters:
// EFortSubgameSelectOption SubGameOption (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class UTexture2D* Image (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::OnSubGameImageLoadedFromCMS(const EFortSubgameSelectOption SubGameOption, class UTexture2D* Image)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "OnSubGameImageLoadedFromCMS");
Params::SubgameSelectScreen_C_OnSubGameImageLoadedFromCMS Parms{};
Parms.SubGameOption = SubGameOption;
Parms.Image = Image;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.OnInputModeChanged
// (Event, Protected, BlueprintEvent)
// Parameters:
// bool bUsingGamepad (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void USubgameSelectScreen_C::OnInputModeChanged(bool bUsingGamepad)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "OnInputModeChanged");
Params::SubgameSelectScreen_C_OnInputModeChanged Parms{};
Parms.bUsingGamepad = bUsingGamepad;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.OnRedeemCodeComplete
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::OnRedeemCodeComplete()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "OnRedeemCodeComplete");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__ButtonRedeem_K2Node_ComponentBoundEvent_68_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__ButtonRedeem_K2Node_ComponentBoundEvent_68_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__ButtonRedeem_K2Node_ComponentBoundEvent_68_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__ButtonRedeem_K2Node_ComponentBoundEvent_68_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.HandleMinorWarning_Athena
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::HandleMinorWarning_Athena()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "HandleMinorWarning_Athena");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.HandleMinorWarning_Campaign
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::HandleMinorWarning_Campaign()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "HandleMinorWarning_Campaign");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.ShowMinorShutdownMessage
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// bool bIsCampaign (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void USubgameSelectScreen_C::ShowMinorShutdownMessage(bool bIsCampaign)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "ShowMinorShutdownMessage");
Params::SubgameSelectScreen_C_ShowMinorShutdownMessage Parms{};
Parms.bIsCampaign = bIsCampaign;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.OnActivated
// (Event, Protected, BlueprintEvent)
void USubgameSelectScreen_C::OnActivated()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "OnActivated");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__ButtonExit_K2Node_ComponentBoundEvent_114_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__ButtonExit_K2Node_ComponentBoundEvent_114_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__ButtonExit_K2Node_ComponentBoundEvent_114_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__ButtonExit_K2Node_ComponentBoundEvent_114_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__ButtonExit_K2Node_ComponentBoundEvent_193_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__ButtonExit_K2Node_ComponentBoundEvent_193_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__ButtonExit_K2Node_ComponentBoundEvent_193_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__ButtonExit_K2Node_ComponentBoundEvent_193_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.Destruct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void USubgameSelectScreen_C::Destruct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "Destruct");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.OnRealMoneyPurchaseComleteHandler
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// bool bSuccess (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void USubgameSelectScreen_C::OnRealMoneyPurchaseComleteHandler(bool bSuccess)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "OnRealMoneyPurchaseComleteHandler");
Params::SubgameSelectScreen_C_OnRealMoneyPurchaseComleteHandler Parms{};
Parms.bSuccess = bSuccess;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__CampaignBtn_K2Node_ComponentBoundEvent_107_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__CampaignBtn_K2Node_ComponentBoundEvent_107_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__CampaignBtn_K2Node_ComponentBoundEvent_107_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__CampaignBtn_K2Node_ComponentBoundEvent_107_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.CustomEvent_2
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::CustomEvent_2()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "CustomEvent_2");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__BattlegroundBtn_K2Node_ComponentBoundEvent_125_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__BattlegroundBtn_K2Node_ComponentBoundEvent_125_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__BattlegroundBtn_K2Node_ComponentBoundEvent_125_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__BattlegroundBtn_K2Node_ComponentBoundEvent_125_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__ButtonPurchase_K2Node_ComponentBoundEvent_39_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__ButtonPurchase_K2Node_ComponentBoundEvent_39_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__ButtonPurchase_K2Node_ComponentBoundEvent_39_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__ButtonPurchase_K2Node_ComponentBoundEvent_39_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void USubgameSelectScreen_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__ButtonBack_K2Node_ComponentBoundEvent_128_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__ButtonBack_K2Node_ComponentBoundEvent_128_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__ButtonBack_K2Node_ComponentBoundEvent_128_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__ButtonBack_K2Node_ComponentBoundEvent_128_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.Show Busy If Async Tasks Still Pending
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::Show_Busy_If_Async_Tasks_Still_Pending()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "Show Busy If Async Tasks Still Pending");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.CustomEvent_1
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::CustomEvent_1()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "CustomEvent_1");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.CustomEvent_0
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// EMatchmakingCompleteResult Result (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::CustomEvent_0(EMatchmakingCompleteResult Result)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "CustomEvent_0");
Params::SubgameSelectScreen_C_CustomEvent_0 Parms{};
Parms.Result = Result;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.Clear Party and Matchmaking Delegates
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::Clear_Party_and_Matchmaking_Delegates()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "Clear Party and Matchmaking Delegates");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.Try And Remove The Dialog
// (BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::Try_And_Remove_The_Dialog()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "Try And Remove The Dialog");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__AthenaBtn_K2Node_ComponentBoundEvent_298_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__AthenaBtn_K2Node_ComponentBoundEvent_298_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__AthenaBtn_K2Node_ComponentBoundEvent_298_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__AthenaBtn_K2Node_ComponentBoundEvent_298_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.BndEvt__CampaignBtn_K2Node_ComponentBoundEvent_282_CommonButtonClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::BndEvt__CampaignBtn_K2Node_ComponentBoundEvent_282_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "BndEvt__CampaignBtn_K2Node_ComponentBoundEvent_282_CommonButtonClicked__DelegateSignature");
Params::SubgameSelectScreen_C_BndEvt__CampaignBtn_K2Node_ComponentBoundEvent_282_CommonButtonClicked__DelegateSignature Parms{};
Parms.Button = Button;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.DialogResult_4D272D064BC78DE104D73FBE689B4039
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// EFortDialogResult Result (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FName ResultName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::DialogResult_4D272D064BC78DE104D73FBE689B4039(EFortDialogResult Result, class FName ResultName)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "DialogResult_4D272D064BC78DE104D73FBE689B4039");
Params::SubgameSelectScreen_C_DialogResult_4D272D064BC78DE104D73FBE689B4039 Parms{};
Parms.Result = Result;
Parms.ResultName = ResultName;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.DialogResult_0A856DFB4C254288F2910E9EF8AC5903
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// EFortDialogResult Result (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FName ResultName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::DialogResult_0A856DFB4C254288F2910E9EF8AC5903(EFortDialogResult Result, class FName ResultName)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "DialogResult_0A856DFB4C254288F2910E9EF8AC5903");
Params::SubgameSelectScreen_C_DialogResult_0A856DFB4C254288F2910E9EF8AC5903 Parms{};
Parms.Result = Result;
Parms.ResultName = ResultName;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.DialogResult_9B87D67040B12081C9B651A92AD99EA4
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// EFortDialogResult Result (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FName ResultName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::DialogResult_9B87D67040B12081C9B651A92AD99EA4(EFortDialogResult Result, class FName ResultName)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "DialogResult_9B87D67040B12081C9B651A92AD99EA4");
Params::SubgameSelectScreen_C_DialogResult_9B87D67040B12081C9B651A92AD99EA4 Parms{};
Parms.Result = Result;
Parms.ResultName = ResultName;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.DialogResult_FA087F7E461591BDBC2AECAB522E633C
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// EFortDialogResult Result (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// class FName ResultName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::DialogResult_FA087F7E461591BDBC2AECAB522E633C(EFortDialogResult Result, class FName ResultName)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "DialogResult_FA087F7E461591BDBC2AECAB522E633C");
Params::SubgameSelectScreen_C_DialogResult_FA087F7E461591BDBC2AECAB522E633C Parms{};
Parms.Result = Result;
Parms.ResultName = ResultName;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.SetDescriptionForSubGame
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// EFortSubgameSelectOption SubGame (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::SetDescriptionForSubGame(EFortSubgameSelectOption SubGame)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "SetDescriptionForSubGame");
Params::SubgameSelectScreen_C_SetDescriptionForSubGame Parms{};
Parms.SubGame = SubGame;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.SafeSetSubGame
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// ESubGame SubGame (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::SafeSetSubGame(ESubGame SubGame)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "SafeSetSubGame");
Params::SubgameSelectScreen_C_SafeSetSubGame Parms{};
Parms.SubGame = SubGame;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.ToggleTimer
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// bool Enabled (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void USubgameSelectScreen_C::ToggleTimer(bool Enabled)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "ToggleTimer");
Params::SubgameSelectScreen_C_ToggleTimer Parms{};
Parms.Enabled = Enabled;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.ResetKeyArtForMainMenu
// (Public, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::ResetKeyArtForMainMenu()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "ResetKeyArtForMainMenu");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.AdvanceRotator
// (Public, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::AdvanceRotator()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "AdvanceRotator");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.Update
// (Public, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::Update()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "Update");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.IsBusyMatchmakingOrPartyTransitioning
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent, BlueprintPure)
// Parameters:
// bool ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor)
bool USubgameSelectScreen_C::IsBusyMatchmakingOrPartyTransitioning()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "IsBusyMatchmakingOrPartyTransitioning");
Params::SubgameSelectScreen_C_IsBusyMatchmakingOrPartyTransitioning Parms{};
UObject::ProcessEvent(Func, &Parms);
return Parms.ReturnValue;
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.InitializeShortDescriptions
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::InitializeShortDescriptions()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "InitializeShortDescriptions");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.InitializeRedeemButton
// (Public, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::InitializeRedeemButton()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "InitializeRedeemButton");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.ShowUpsell
// (Public, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::ShowUpsell()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "ShowUpsell");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.IsMinorShutdownWarningEnabled
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent, BlueprintPure)
// Parameters:
// bool Enabled (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor)
void USubgameSelectScreen_C::IsMinorShutdownWarningEnabled(bool* Enabled)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "IsMinorShutdownWarningEnabled");
Params::SubgameSelectScreen_C_IsMinorShutdownWarningEnabled Parms{};
UObject::ProcessEvent(Func, &Parms);
if (Enabled != nullptr)
*Enabled = Parms.Enabled;
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.StartSubgameSelectMusic
// (Public, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::StartSubgameSelectMusic()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "StartSubgameSelectMusic");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.SetCMSTextureToKeyArt
// (Public, BlueprintCallable, BlueprintEvent)
// Parameters:
// EFortSubgameSelectOption Key (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void USubgameSelectScreen_C::SetCMSTextureToKeyArt(const EFortSubgameSelectOption Key)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "SetCMSTextureToKeyArt");
Params::SubgameSelectScreen_C_SetCMSTextureToKeyArt Parms{};
Parms.Key = Key;
UObject::ProcessEvent(Func, &Parms);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.AnimSaleDelay
// (Public, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::AnimSaleDelay()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "AnimSaleDelay");
UObject::ProcessEvent(Func, nullptr);
}
// Function SubgameSelectScreen.SubgameSelectScreen_C.AnimShineDelay
// (Public, BlueprintCallable, BlueprintEvent)
void USubgameSelectScreen_C::AnimShineDelay()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("SubgameSelectScreen_C", "AnimShineDelay");
UObject::ProcessEvent(Func, nullptr);
}
}