UAnimNotifyState > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotifyState > UObject namespace UPhxFollowActorCameraNotifyState { constexpr auto Description = 0x30; // FPhxFollowActorCameraTaskDescription constexpr auto MaxBlendInTime = 0xbc; // float constexpr auto MaxBlendOutTime = 0xc0; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotifyState > UObject public static class UPhxFollowActorCameraNotifyState { public const byte Description = 0x30; // FPhxFollowActorCameraTaskDescription public const byte MaxBlendInTime = 0xbc; // float public const byte MaxBlendOutTime = 0xc0; // float } } }