AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AActor > UObject namespace ALevelBounds { constexpr auto BoxComponent = 0x288; // UBoxComponent* constexpr auto bAutoUpdateBounds = 0x290; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: AActor > UObject public static class ALevelBounds { public const UInt16 BoxComponent = 0x288; // UBoxComponent* public const UInt16 bAutoUpdateBounds = 0x290; // bool } } }