Files
EscapeTheBackrooms_Internal/EscapeTheBackroomsGUiTest/SDK/SDK/Lobby_DifficultySwitcher_parameters.hpp
2024-04-20 14:19:09 +02:00

97 lines
6.3 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x1 (0x1 - 0x0)
// Function Lobby_DifficultySwitcher.Lobby_DifficultySwitcher_C.Set_OptionButtons_Visibility
struct ULobby_DifficultySwitcher_C_Set_OptionButtons_Visibility_Params
{
public:
bool ShowOptionButtons_; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
};
// 0x70 (0x70 - 0x0)
// Function Lobby_DifficultySwitcher.Lobby_DifficultySwitcher_C.Setup
struct ULobby_DifficultySwitcher_C_Setup_Params
{
public:
struct FSlateFontInfo K2Node_MakeStruct_SlateFontInfo; // 0x0(0x58)(HasGetValueTypeHash)
int32 CallFunc_Array_Find_ReturnValue; // 0x58(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_24F3[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class FString CallFunc_Array_Get_Item; // 0x60(0x10)(ZeroConstructor, HasGetValueTypeHash)
};
// 0x28 (0x28 - 0x0)
// Function Lobby_DifficultySwitcher.Lobby_DifficultySwitcher_C.Set_SelectedOption
struct ULobby_DifficultySwitcher_C_Set_SelectedOption_Params
{
public:
class FString SelectedOption; // 0x0(0x10)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, HasGetValueTypeHash)
class FText CallFunc_Conv_StringToText_ReturnValue; // 0x10(0x18)(None)
};
// 0x44 (0x44 - 0x0)
// Function Lobby_DifficultySwitcher.Lobby_DifficultySwitcher_C.Switch_Option
struct ULobby_DifficultySwitcher_C_Switch_Option_Params
{
public:
bool Decrease_; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
uint8 Pad_24F4[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
int32 Max_Options; // 0x4(0x4)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 Min_Options; // 0x8(0x4)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 Current_Selection; // 0xC(0x4)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 CallFunc_Array_Find_ReturnValue; // 0x10(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_24F5[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class FString CallFunc_Array_Get_Item; // 0x18(0x10)(ZeroConstructor, HasGetValueTypeHash)
int32 CallFunc_Array_Length_ReturnValue; // 0x28(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 CallFunc_Subtract_IntInt_ReturnValue; // 0x2C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_LessEqual_IntInt_ReturnValue; // 0x30(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
bool CallFunc_GreaterEqual_IntInt_ReturnValue; // 0x31(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
uint8 Pad_24F6[0x2]; // Fixing Size After Last Property [ Dumper-7 ]
int32 Temp_int_Variable; // 0x34(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 CallFunc_Subtract_IntInt_ReturnValue_1; // 0x38(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 CallFunc_Add_IntInt_ReturnValue; // 0x3C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 Temp_int_Variable_1; // 0x40(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x1 (0x1 - 0x0)
// Function Lobby_DifficultySwitcher.Lobby_DifficultySwitcher_C.PreConstruct
struct ULobby_DifficultySwitcher_C_PreConstruct_Params
{
public:
bool IsDesignTime; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
};
// 0x5 (0x5 - 0x0)
// Function Lobby_DifficultySwitcher.Lobby_DifficultySwitcher_C.ExecuteUbergraph_Lobby_DifficultySwitcher
struct ULobby_DifficultySwitcher_C_ExecuteUbergraph_Lobby_DifficultySwitcher_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool K2Node_Event_IsDesignTime; // 0x4(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
};
// 0x10 (0x10 - 0x0)
// Function Lobby_DifficultySwitcher.Lobby_DifficultySwitcher_C.OnDifficultySwitched__DelegateSignature
struct ULobby_DifficultySwitcher_C_OnDifficultySwitched__DelegateSignature_Params
{
public:
class FString SelectedOption; // 0x0(0x10)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, HasGetValueTypeHash)
};
}
}