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)
UMaterialExpression > UObject
Density of the particle sphere.
Constant density of the particle sphere. Will be overridden if Density is connected.
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionSphericalParticleOpacity { constexpr auto Density = 0x40; // FExpressionInput constexpr auto ConstantDensity = 0x54; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionSphericalParticleOpacity { public const byte Density = 0x40; // FExpressionInput public const byte ConstantDensity = 0x54; // float } } }