UObject
The widget tree manages the collection of widgets in a blueprint widget.
The root widget of the tree
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UWidgetTree { constexpr auto RootWidget = 0x28; // UWidget* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UWidgetTree { public const byte RootWidget = 0x28; // UWidget* } } }