Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
AInfo > AActor > UObject
Implements an Actor for exponential height fog.
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 } } }