Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
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 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 Attached = 0x80; // char : 1 public const byte SocketName = 0x84; // FName } } }