mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-07-01 02:42:56 +08:00
32 lines
1.4 KiB
C++
32 lines
1.4 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x20 (0x280 - 0x260)
|
|
// WidgetBlueprintGeneratedClass WB_Button_Apply_Theme2.WB_Button_Apply_Theme2_C
|
|
class UWB_Button_Apply_Theme2_C : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x260(0x8)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UButton* Button; // 0x268(0x8)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
FMulticastInlineDelegateProperty_ OnClicked; // 0x270(0x10)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
|
|
static class UClass* StaticClass();
|
|
static class UWB_Button_Apply_Theme2_C* GetDefaultObj();
|
|
|
|
void BndEvt__WB_Button_Close_Button_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature();
|
|
void ExecuteUbergraph_WB_Button_Apply_Theme2(int32 EntryPoint);
|
|
void OnClicked__DelegateSignature();
|
|
};
|
|
|
|
}
|
|
|
|
|