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)
UObject
Just a wrapper for the struct with real data in it.
namespace Offsets { namespace Classes { // Inheritance: UObject namespace USlateWidgetStyleAsset { constexpr auto CustomStyle = 0x28; // USlateWidgetStyleContainerBase* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class USlateWidgetStyleAsset { public const byte CustomStyle = 0x28; // USlateWidgetStyleContainerBase* } } }