UAnimNotify > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotify > UObject namespace UAnimNotify_PlayNiagaraEffect { constexpr auto Template = 0x38; // UNiagaraSystem* constexpr auto LocationOffset = 0x40; // FVector constexpr auto RotationOffset = 0x4c; // FRotator constexpr auto Scale = 0x58; // FVector constexpr auto bAbsoluteScale = 0x64; // bool constexpr auto Attached = 0x80; // char : 1 constexpr auto SocketName = 0x84; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotify > UObject public static class UAnimNotify_PlayNiagaraEffect { public const byte Template = 0x38; // UNiagaraSystem* public const byte LocationOffset = 0x40; // FVector public const byte RotationOffset = 0x4c; // FRotator public const byte Scale = 0x58; // FVector public const byte bAbsoluteScale = 0x64; // bool public const byte Attached = 0x80; // char : 1 public const byte SocketName = 0x84; // FName } } }