UParticleModuleKillBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleKillBase > UParticleModule > UObject namespace UParticleModuleKillBox { constexpr auto LowerLeftCorner = 0x30; // FRawDistributionVector constexpr auto UpperRightCorner = 0x78; // FRawDistributionVector constexpr auto bAbsolute = 0xc0; // char : 1 constexpr auto bKillInside = 0xc0; // char : 1 constexpr auto bAxisAlignedAndFixedSize = 0xc0; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleKillBase > UParticleModule > UObject public static class UParticleModuleKillBox { public const byte LowerLeftCorner = 0x30; // FRawDistributionVector public const byte UpperRightCorner = 0x78; // FRawDistributionVector public const byte bAbsolute = 0xc0; // char : 1 public const byte bKillInside = 0xc0; // char : 1 public const byte bAxisAlignedAndFixedSize = 0xc0; // char : 1 } } }