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)
UAnimNotifyState > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNotifyState > UObject namespace UAnimNotifyState_TimedNiagaraEffect { constexpr auto Template = 0x30; // UNiagaraSystem* constexpr auto SocketName = 0x38; // FName constexpr auto LocationOffset = 0x40; // FVector constexpr auto RotationOffset = 0x4c; // FRotator constexpr auto bDestroyAtEnd = 0x58; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNotifyState > UObject public static class UAnimNotifyState_TimedNiagaraEffect { public const byte Template = 0x30; // UNiagaraSystem* public const byte SocketName = 0x38; // FName public const byte LocationOffset = 0x40; // FVector public const byte RotationOffset = 0x4c; // FRotator public const byte bDestroyAtEnd = 0x58; // bool } } }