AOutOfBoundsVolume > AVolume > ABrush > AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AOutOfBoundsVolume > AVolume > ABrush > AActor > UObject namespace ABoxOutOfBoundsVolume { constexpr auto BoxComponent = 0x258; // UBoxComponent* constexpr auto NavModifierComponent = 0x260; // UNavModifierComponent* constexpr auto BaseLineThickness = 0x268; // float constexpr auto LineThicknessMultiplier = 0x26c; // float } } }
public static class Offsets { public static class Classes { // Inheritance: AOutOfBoundsVolume > AVolume > ABrush > AActor > UObject public static class ABoxOutOfBoundsVolume { public const UInt16 BoxComponent = 0x258; // UBoxComponent* public const UInt16 NavModifierComponent = 0x260; // UNavModifierComponent* public const UInt16 BaseLineThickness = 0x268; // float public const UInt16 LineThicknessMultiplier = 0x26c; // float } } }