AInfo > AActor > UObject
A placeable actor that represents a planet atmosphere material and simulates sky and light scattering within it.
namespace Offsets { namespace Classes { // Inheritance: AInfo > AActor > UObject namespace ASkyAtmosphere { constexpr auto SkyAtmosphereComponent = 0x220; // USkyAtmosphereComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: AInfo > AActor > UObject public static class ASkyAtmosphere { public const UInt16 SkyAtmosphereComponent = 0x220; // USkyAtmosphereComponent* } } }