UARLightEstimate > UObject
namespace Offsets { namespace Classes { // Inheritance: UARLightEstimate > UObject namespace UARBasicLightEstimate { constexpr auto AmbientIntensityLumens = 0x28; // float constexpr auto AmbientColorTemperatureKelvin = 0x2c; // float constexpr auto AmbientColor = 0x30; // FLinearColor } } }
public static class Offsets { public static class Classes { // Inheritance: UARLightEstimate > UObject public static class UARBasicLightEstimate { public const byte AmbientIntensityLumens = 0x28; // float public const byte AmbientColorTemperatureKelvin = 0x2c; // float public const byte AmbientColor = 0x30; // FLinearColor } } }