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)
UParticleModuleVelocityBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleVelocityBase > UParticleModule > UObject namespace UParticleModuleVelocityOverLifetime { constexpr auto VelOverLife = 0x38; // FRawDistributionVector constexpr auto Absolute = 0x80; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleVelocityBase > UParticleModule > UObject public static class UParticleModuleVelocityOverLifetime { public const byte VelOverLife = 0x38; // FRawDistributionVector public const byte Absolute = 0x80; // char : 1 } } }