unreal.NiagaraEditorPreviewActorPlaybackType¶
- class unreal.NiagaraEditorPreviewActorPlaybackType¶
Bases:
EnumBaseENiagara Editor Preview Actor Playback Type
C++ Source:
Plugin: Niagara
Module: Niagara
File: NiagaraEditorPreviewActor.h
- LOOPING: NiagaraEditorPreviewActorPlaybackType = Ellipsis¶
Playback motion will loop when the duration is hit.
- Type:
1
- ONCE: NiagaraEditorPreviewActorPlaybackType = Ellipsis¶
Playback motion will stop when the duation is hit.
- Type:
0
- PING_PONG: NiagaraEditorPreviewActorPlaybackType = Ellipsis¶
Playback motion will go back and forth.
- Type:
2