UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UInteractiveToolPropertySet { constexpr auto CachedProperties = 0x38; // UInteractiveToolPropertySet* constexpr auto bIsPropertySetEnabled = 0x40; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UInteractiveToolPropertySet { public const byte CachedProperties = 0x38; // UInteractiveToolPropertySet* public const byte bIsPropertySetEnabled = 0x40; // bool } } }