Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/FNiagaraSystemViewModel
Defines different time reset modes for this system view model
| Name | ETimeResetMode |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraSystemViewModel.h |
| Include Path | #include "ViewModels/NiagaraSystemViewModel.h" |
Syntax
enum ETimeResetMode
{
AllowResetTime,
KeepCurrentTime,
}
Values
| Name | Remarks |
|---|---|
| AllowResetTime | If the current sequencer state and user settings allow, reset this system's time. |
| KeepCurrentTime | Keep this system's current time. |