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
A placeable actor that represents a participating media material around a planet, e.g. clouds.
namespace Offsets { namespace Classes { // Inheritance: AInfo > AActor > UObject namespace AVolumetricCloud { constexpr auto VolumetricCloudComponent = 0x220; // UVolumetricCloudComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: AInfo > AActor > UObject public static class AVolumetricCloud { public const UInt16 VolumetricCloudComponent = 0x220; // UVolumetricCloudComponent* } } }