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)
UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UNiagaraParameterCollection { constexpr auto Namespace = 0x28; // FName constexpr auto Parameters = 0x30; // TArray<FNiagaraVariable> constexpr auto DefaultInstance = 0x40; // UNiagaraParameterCollectionInstance* constexpr auto CompileId = 0x48; // FGuid } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UNiagaraParameterCollection { public const byte Namespace = 0x28; // FName public const byte Parameters = 0x30; // TArray<FNiagaraVariable> public const byte DefaultInstance = 0x40; // UNiagaraParameterCollectionInstance* public const byte CompileId = 0x48; // FGuid } } }