mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 02:32:25 +08:00
38 lines
1.2 KiB
C++
38 lines
1.2 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function UI_Textpad.UI_Textpad_C.PresetText
|
|
struct UUI_Textpad_C_PresetText_Params
|
|
{
|
|
public:
|
|
class FText InText; // 0x0(0x18)(BlueprintVisible, BlueprintReadOnly, Parm)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function UI_Textpad.UI_Textpad_C.ExecuteUbergraph_UI_Textpad
|
|
struct UUI_Textpad_C_ExecuteUbergraph_UI_Textpad_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_1758[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FText K2Node_CustomEvent_InText; // 0x8(0x18)(None)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|