Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraEditorPreviewActorPlaybackType |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraEditorPreviewActor.h |
| Include Path |
#include "NiagaraEditorPreviewActor.h" |
Syntax
enum ENiagaraEditorPreviewActorPlaybackType
{
Once,
Looping,
PingPong,
}
Values
| Name |
Remarks |
| Once |
Playback motion will stop when the duation is hit. |
| Looping |
Playback motion will loop when the duration is hit. |
| PingPong |
Playback motion will go back and forth. |