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

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);
};
}