Navigation
API > API/Plugins > API/Plugins/NiagaraAnimNotifies
| |
|
| Name |
ENiagaraAnimNotifyProgressType |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/NiagaraAnimNotifies/Public/AnimNotifyState_TimedNiagaraEffect.h |
| Include Path |
#include "AnimNotifyState_TimedNiagaraEffect.h" |
Syntax
enum ENiagaraAnimNotifyProgressType
{
None,
Forward,
Reverse,
}
Values
| Name |
Remarks |
| None |
Progress information will not be send to the FX component |
| Forward |
Send normalized progress (0.0 to 1.0) to the FX component as a float user parameter |
| Reverse |
Send reversed normalized progress (1.0 to 0.0) to the FX component as a float user parameter |