UMeshSurfacePointTool > USingleSelectionTool > UInteractiveTool > UObject
namespace Offsets { namespace Classes { // Inheritance: UMeshSurfacePointTool > USingleSelectionTool > UInteractiveTool > UObject namespace UBaseBrushTool { constexpr auto BrushProperties = 0xc0; // UBrushBaseProperties* constexpr auto bInBrushStroke = 0xc8; // bool constexpr auto LastBrushStamp = 0xcc; // FBrushStampData constexpr auto PropertyClass = 0x188; // TSoftClassPtr<UObject> constexpr auto BrushStampIndicator = 0x1b0; // UBrushStampIndicator* } } }
public static class Offsets { public static class Classes { // Inheritance: UMeshSurfacePointTool > USingleSelectionTool > UInteractiveTool > UObject public static class UBaseBrushTool { public const byte BrushProperties = 0xc0; // UBrushBaseProperties* public const byte bInBrushStroke = 0xc8; // bool public const byte LastBrushStamp = 0xcc; // FBrushStampData public const UInt16 PropertyClass = 0x188; // TSoftClassPtr<UObject> public const UInt16 BrushStampIndicator = 0x1b0; // UBrushStampIndicator* } } }