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)
UParticleModuleSizeBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleSizeBase > UParticleModule > UObject namespace UParticleModuleSizeScale { constexpr auto SizeScale = 0x30; // FRawDistributionVector constexpr auto EnableX = 0x78; // char : 1 constexpr auto EnableY = 0x78; // char : 1 constexpr auto EnableZ = 0x78; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleSizeBase > UParticleModule > UObject public static class UParticleModuleSizeScale { public const byte SizeScale = 0x30; // FRawDistributionVector public const byte EnableX = 0x78; // char : 1 public const byte EnableY = 0x78; // char : 1 public const byte EnableZ = 0x78; // char : 1 } } }