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)
UParticleModuleKillBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleKillBase > UParticleModule > UObject namespace UParticleModuleKillHeight { constexpr auto Height = 0x30; // FRawDistributionFloat constexpr auto bAbsolute = 0x60; // char : 1 constexpr auto bFloor = 0x60; // char : 1 constexpr auto bApplyPSysScale = 0x60; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleKillBase > UParticleModule > UObject public static class UParticleModuleKillHeight { public const byte Height = 0x30; // FRawDistributionFloat public const byte bAbsolute = 0x60; // char : 1 public const byte bFloor = 0x60; // char : 1 public const byte bApplyPSysScale = 0x60; // char : 1 } } }