UParticleModuleSpawnBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleSpawnBase > UParticleModule > UObject namespace UParticleModuleSpawn { constexpr auto Rate = 0x6c; // FRawDistributionFloat constexpr auto RateScale = 0x90; // FRawDistributionFloat constexpr auto ParticleBurstMethod = 0xb4; // EParticleBurstMethod constexpr auto BurstList = 0xb8; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleSpawnBase > UParticleModule > UObject public static class UParticleModuleSpawn { public const byte Rate = 0x6c; // FRawDistributionFloat public const byte RateScale = 0x90; // FRawDistributionFloat public const byte ParticleBurstMethod = 0xb4; // EParticleBurstMethod public const byte BurstList = 0xb8; // TArray } } }