UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UInteractiveToolManager { constexpr auto ActiveLeftTool = 0x30; // UInteractiveTool* constexpr auto ActiveRightTool = 0x38; // UInteractiveTool* constexpr auto ToolBuilders = 0x90; // TMap } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UInteractiveToolManager { public const byte ActiveLeftTool = 0x30; // UInteractiveTool* public const byte ActiveRightTool = 0x38; // UInteractiveTool* public const byte ToolBuilders = 0x90; // TMap } } }