AInfo > AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AInfo > AActor > UObject namespace AExponentialHeightFog { constexpr auto Component = 0x220; // UExponentialHeightFogComponent* constexpr auto bEnabled = 0x228; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: AInfo > AActor > UObject public static class AExponentialHeightFog { public const UInt16 Component = 0x220; // UExponentialHeightFogComponent* public const UInt16 bEnabled = 0x228; // char : 1 } } }