AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AActor > UObject namespace ALight { constexpr auto LightComponent = 0x220; // ULightComponent* constexpr auto bEnabled = 0x228; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: AActor > UObject public static class ALight { public const UInt16 LightComponent = 0x220; // ULightComponent* public const UInt16 bEnabled = 0x228; // char : 1 } } }