UAnimNotifyState > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotifyState > UObject namespace UPhxWorldRotationAlignmentNotifyState { constexpr auto TargetRotation = 0x30; // FRotator constexpr auto Description = 0x3c; // FPhxWorldRotationAlignmentTaskDescription } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotifyState > UObject public static class UPhxWorldRotationAlignmentNotifyState { public const byte TargetRotation = 0x30; // FRotator public const byte Description = 0x3c; // FPhxWorldRotationAlignmentTaskDescription } } }