mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
30 lines
1.1 KiB
C++
30 lines
1.1 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x270 - 0x260)
|
|
// WidgetBlueprintGeneratedClass UI_Textpad.UI_Textpad_C
|
|
class UUI_Textpad_C : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x260(0x8)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UMultiLineEditableTextBox* InputText; // 0x268(0x8)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
static class UClass* StaticClass();
|
|
static class UUI_Textpad_C* GetDefaultObj();
|
|
|
|
void PresetText(class FText InText);
|
|
void ExecuteUbergraph_UI_Textpad(int32 EntryPoint, class FText K2Node_CustomEvent_InText);
|
|
};
|
|
|
|
}
|
|
|
|
|