Navigation
API > API/Plugins > API/Plugins/Niagara
Default distribution LookupValueMode the enumeration used can be overridden using metadata on the property, i.e. DistributionLookupValueEnumPath="/Script/Niagara.ENiagaraDistributionLookupValueMode" Random is a special value discovered when packing the distribution data, the max number of potential values is based on EFlags::LookupValueModeMask - 1 Meta data TimeRangeMode is used to drive how the time range will be calculated when not overriden by the user, see ENiagaraDistributionTimeRangeMode
| Name | ENiagaraDistributionLookupValueMode |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/Stateless/NiagaraStatelessDistribution.h |
| Include Path | #include "Stateless/NiagaraStatelessDistribution.h" |
Syntax
enum ENiagaraDistributionLookupValueMode
{
Random = 0xff,
ParticlesNormalizedAge = 0,
}
Values
| Name | Remarks |
|---|---|
| Random | Use a randomly generated value, generally evaluated at spawn. |
| ParticlesNormalizedAge | Bound to the variable Particles.NormalizedAge. |