UAnimNotify > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotify > UObject namespace UAnimNotify_SetIKTarget { constexpr auto IKTargetType = 0x38; // EPDIKTargetType constexpr auto IKTargetData = 0x40; // FPDIKTargetData } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotify > UObject public static class UAnimNotify_SetIKTarget { public const byte IKTargetType = 0x38; // EPDIKTargetType public const byte IKTargetData = 0x40; // FPDIKTargetData } } }