UAnimNotify > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotify > UObject namespace UAnimNotify_Script { constexpr auto NotifyName = 0x68; // FName constexpr auto NotifyTickName = 0x70; // FName constexpr auto NotifyEndName = 0x78; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotify > UObject public static class UAnimNotify_Script { public const byte NotifyName = 0x68; // FName public const byte NotifyTickName = 0x70; // FName public const byte NotifyEndName = 0x78; // FName } } }