UAnimNotify > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotify > UObject namespace UNotify_CameraShake_C { constexpr auto CameraShakeAsset = 0x38; // UMatineeCameraShake* constexpr auto CameraShakeScale = 0x40; // float constexpr auto DurationScale = 0x44; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotify > UObject public static class UNotify_CameraShake_C { public const byte CameraShakeAsset = 0x38; // UMatineeCameraShake* public const byte CameraShakeScale = 0x40; // float public const byte DurationScale = 0x44; // float } } }