From 7990ca3bd9ff75e08b1423025f387029d6c14dda Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 12 Apr 2026 11:10:27 +0200 Subject: [PATCH] Update Unreal Engine SDK --- Samson/SDK/WBP_UILayout_classes.hpp | 59 +++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 Samson/SDK/WBP_UILayout_classes.hpp diff --git a/Samson/SDK/WBP_UILayout_classes.hpp b/Samson/SDK/WBP_UILayout_classes.hpp new file mode 100644 index 0000000..7a4da1a --- /dev/null +++ b/Samson/SDK/WBP_UILayout_classes.hpp @@ -0,0 +1,59 @@ +#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(); + } +}; +DUMPER7_ASSERTS_UWBP_UILayout_C; + +} +