Navigation
API > API/Plugins > API/Plugins/Niagara
Controls the way that the width scale property affects animation trails. Only used for Legacy Anim Trail support when converting from Cascade to Niagara.
| Name | ENiagaraLegacyTrailWidthMode |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include Path | #include "NiagaraCommon.h" |
Syntax
enum ENiagaraLegacyTrailWidthMode
{
FromCentre,
FromFirst,
FromSecond,
}
Values
| Name | Remarks |
|---|---|
| FromCentre | |
| FromFirst | |
| FromSecond |