mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-07-01 02:42:56 +08:00
34 lines
1.7 KiB
C++
34 lines
1.7 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x28 (0x288 - 0x260)
|
|
// WidgetBlueprintGeneratedClass Lobby_Name_Box.Lobby_Name_Box_C
|
|
class ULobby_Name_Box_C : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x260(0x8)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UEditableTextBox* EditableTextBox_Name; // 0x268(0x8)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class USizeBox* SizeBox; // 0x270(0x8)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
FMulticastInlineDelegateProperty_ OnNameSwitched; // 0x278(0x10)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
|
|
static class UClass* StaticClass();
|
|
static class ULobby_Name_Box_C* GetDefaultObj();
|
|
|
|
void CanClose();
|
|
void BndEvt__Lobby_Name_Box_EditableTextBox_Name_K2Node_ComponentBoundEvent_0_OnEditableTextBoxChangedEvent__DelegateSignature(class FText& Text);
|
|
void ExecuteUbergraph_Lobby_Name_Box(int32 EntryPoint, class FText K2Node_ComponentBoundEvent_Text);
|
|
void OnNameSwitched__DelegateSignature(class FText SelectedOption);
|
|
};
|
|
|
|
}
|
|
|
|
|