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)
UParticleModuleParameterBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleParameterBase > UParticleModule > UObject namespace UParticleModuleParameterDynamic { constexpr auto DynamicParams = 0x30; // TArray<FEmitterDynamicParameter> constexpr auto UpdateFlags = 0x40; // int32_t constexpr auto bUsesVelocity = 0x44; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleParameterBase > UParticleModule > UObject public static class UParticleModuleParameterDynamic { public const byte DynamicParams = 0x30; // TArray<FEmitterDynamicParameter> public const byte UpdateFlags = 0x40; // int32_t public const byte bUsesVelocity = 0x44; // char : 1 } } }