UAnimNotify > UObject
UAnimNotify_PlayMontageNotify
Name of notify that is passed to the PlayMontage K2Node.
namespace Offsets { namespace Classes { // Inheritance: UAnimNotify > UObject namespace UAnimNotify_PlayMontageNotify { constexpr auto NotifyName = 0x38; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotify > UObject public static class UAnimNotify_PlayMontageNotify { public const byte NotifyName = 0x38; // FName } } }