UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraMergeable > UObject namespace UNiagaraSimulationStageBase { constexpr auto Script = 0x28; // UNiagaraScript* constexpr auto SimulationStageName = 0x30; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraMergeable > UObject public static class UNiagaraSimulationStageBase { public const byte Script = 0x28; // UNiagaraScript* public const byte SimulationStageName = 0x30; // FName } } }