Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UVisual > UObject
The base class for all Slots in UMG.
namespace Offsets { namespace Classes { // Inheritance: UVisual > UObject namespace UPanelSlot { constexpr auto Parent = 0x28; // UPanelWidget* constexpr auto Content = 0x30; // UWidget* } } }
public static class Offsets { public static class Classes { // Inheritance: UVisual > UObject public static class UPanelSlot { public const byte Parent = 0x28; // UPanelWidget* public const byte Content = 0x30; // UWidget* } } }