UParticleModuleKillBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleKillBase > UParticleModule > UObject namespace UParticleModuleKillHeight { constexpr auto Height = 0x68; // FRawDistributionFloat constexpr auto bAbsolute = 0x8c; // uint32_t : 1 constexpr auto bFloor = 0x8c; // uint32_t : 1 constexpr auto bApplyPSysScale = 0x8c; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleKillBase > UParticleModule > UObject public static class UParticleModuleKillHeight { public const byte Height = 0x68; // FRawDistributionFloat public const byte bAbsolute = 0x8c; // uint32_t : 1 public const byte bFloor = 0x8c; // uint32_t : 1 public const byte bApplyPSysScale = 0x8c; // uint32_t : 1 } } }