UObject
An asset describing a CheckBox's appearance. Just a wrapper for the struct with real data in it.
The actual data describing the Check Box's appearance.
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UCheckBoxStyleAsset { constexpr auto CheckBoxStyle = 0x28; // FCheckBoxStyle } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UCheckBoxStyleAsset { public const byte CheckBoxStyle = 0x28; // FCheckBoxStyle } } }