UNiagaraSimulationStageBase > UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraSimulationStageBase > UNiagaraMergeable > UObject namespace UNiagaraSimulationStageGeneric { constexpr auto IterationSource = 0x38; // ENiagaraIterationSource constexpr auto Iterations = 0x3c; // int32_t constexpr auto bSpawnOnly = 0x40; // char : 1 constexpr auto DataInterface = 0x48; // FNiagaraVariableDataInterfaceBinding } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraSimulationStageBase > UNiagaraMergeable > UObject public static class UNiagaraSimulationStageGeneric { public const byte IterationSource = 0x38; // ENiagaraIterationSource public const byte Iterations = 0x3c; // int32_t public const byte bSpawnOnly = 0x40; // char : 1 public const byte DataInterface = 0x48; // FNiagaraVariableDataInterfaceBinding } } }