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)
UParticleModuleColorBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleColorBase > UParticleModule > UObject namespace UParticleModuleColor { constexpr auto StartColor = 0x30; // FRawDistributionVector constexpr auto StartAlpha = 0x78; // FRawDistributionFloat constexpr auto bClampAlpha = 0xa8; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleColorBase > UParticleModule > UObject public static class UParticleModuleColor { public const byte StartColor = 0x30; // FRawDistributionVector public const byte StartAlpha = 0x78; // FRawDistributionFloat public const byte bClampAlpha = 0xa8; // char : 1 } } }