mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
37 lines
1.3 KiB
C++
37 lines
1.3 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function WB_SettingsItem_Text_Theme2.WB_SettingsItem_Text_Theme2_C.PreConstruct
|
|
struct UWB_SettingsItem_Text_Theme2_C_PreConstruct_Params
|
|
{
|
|
public:
|
|
bool IsDesignTime; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
|
|
// 0x5 (0x5 - 0x0)
|
|
// Function WB_SettingsItem_Text_Theme2.WB_SettingsItem_Text_Theme2_C.ExecuteUbergraph_WB_SettingsItem_Text_Theme2
|
|
struct UWB_SettingsItem_Text_Theme2_C_ExecuteUbergraph_WB_SettingsItem_Text_Theme2_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_Event_IsDesignTime; // 0x4(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|