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)
UParticleModuleLocationBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleLocationBase > UParticleModule > UObject namespace UParticleModuleLocation { constexpr auto StartLocation = 0x30; // FRawDistributionVector constexpr auto DistributeOverNPoints = 0x78; // float constexpr auto DistributeThreshold = 0x7c; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleLocationBase > UParticleModule > UObject public static class UParticleModuleLocation { public const byte StartLocation = 0x30; // FRawDistributionVector public const byte DistributeOverNPoints = 0x78; // float public const byte DistributeThreshold = 0x7c; // float } } }