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