UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UCameraModifier { constexpr auto bDisabled = 0x60; // uint32_t : 1 constexpr auto bPendingDisable = 0x60; // uint32_t : 1 constexpr auto bExclusive = 0x60; // uint32_t : 1 constexpr auto bDebug = 0x60; // uint32_t : 1 constexpr auto CameraOwner = 0x64; // ACamera* constexpr auto Priority = 0x6c; // char constexpr auto AlphaInTime = 0x70; // float constexpr auto AlphaOutTime = 0x74; // float constexpr auto Alpha = 0x78; // float constexpr auto TargetAlpha = 0x7c; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UCameraModifier { public const byte bDisabled = 0x60; // uint32_t : 1 public const byte bPendingDisable = 0x60; // uint32_t : 1 public const byte bExclusive = 0x60; // uint32_t : 1 public const byte bDebug = 0x60; // uint32_t : 1 public const byte CameraOwner = 0x64; // ACamera* public const byte Priority = 0x6c; // char public const byte AlphaInTime = 0x70; // float public const byte AlphaOutTime = 0x74; // float public const byte Alpha = 0x78; // float public const byte TargetAlpha = 0x7c; // float } } }