60 lines
3.4 KiB
C++
60 lines
3.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: WBP_UILayout
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "CJ_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass WBP_UILayout.WBP_UILayout_C
|
|
// 0x0048 (0x0660 - 0x0618)
|
|
class UWBP_UILayout_C final : public UCJUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0618(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UScreenNavigationLayerWidget* Popup; // 0x0620(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScreenNavigationLayerWidget* Modal; // 0x0628(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScreenNavigationLayerWidget* Mission; // 0x0630(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScreenNavigationLayerWidget* Menu; // 0x0638(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScreenNavigationLayerWidget* GameMenu; // 0x0640(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScreenNavigationLayerWidget* GameDialogueInterfaceLayer; // 0x0648(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScreenNavigationLayerWidget* GameDialogueInfoFeedLayer; // 0x0650(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScreenNavigationLayerWidget* Game; // 0x0658(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void Construct();
|
|
void ExecuteUbergraph_WBP_UILayout(int32 EntryPoint);
|
|
void OnFinished_1393E9FA43EDEF7CD3F49FA53976F53C();
|
|
void OnValueUpdated_1393E9FA43EDEF7CD3F49FA53976F53C(float Value);
|
|
void OnValueUpdated_EE511B1A4F85F95690FF37BBF5384889(bool bValue);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
BP_STATIC_CLASS_IMPL("WBP_UILayout_C")
|
|
}
|
|
static const class FName& StaticName()
|
|
{
|
|
STATIC_NAME_IMPL(L"WBP_UILayout_C")
|
|
}
|
|
static class UWBP_UILayout_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UWBP_UILayout_C>();
|
|
}
|
|
};
|
|
DUMPER7_ASSERTS_UWBP_UILayout_C;
|
|
|
|
}
|
|
|