UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UCameraAnimInst { constexpr auto CamAnim = 0x28; // UCameraAnim* constexpr auto InterpGroupInst = 0x30; // UInterpGroupInst* constexpr auto PlayRate = 0x50; // float constexpr auto MoveTrack = 0x68; // UInterpTrackMove* constexpr auto MoveInst = 0x70; // UInterpTrackInstMove* constexpr auto PlaySpace = 0x78; // ECameraShakePlaySpace } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UCameraAnimInst { public const byte CamAnim = 0x28; // UCameraAnim* public const byte InterpGroupInst = 0x30; // UInterpGroupInst* public const byte PlayRate = 0x50; // float public const byte MoveTrack = 0x68; // UInterpTrackMove* public const byte MoveInst = 0x70; // UInterpTrackInstMove* public const byte PlaySpace = 0x78; // ECameraShakePlaySpace } } }