UConstructionSystemTool > UObject
namespace Offsets { namespace Classes { // Inheritance: UConstructionSystemTool > UObject namespace UConstructionSystemRemoveTool { constexpr auto TraceDistance = 0x30; // float constexpr auto FocusedActor = 0x34; // TWeakObjectPtr<APrefabActor> } } }
public static class Offsets { public static class Classes { // Inheritance: UConstructionSystemTool > UObject public static class UConstructionSystemRemoveTool { public const byte TraceDistance = 0x30; // float public const byte FocusedActor = 0x34; // TWeakObjectPtr<APrefabActor> } } }