Navigation
API > API/Plugins > API/Plugins/NiagaraSimCaching > API/Plugins/NiagaraSimCaching/Niagara > API/Plugins/NiagaraSimCaching/Niagara/Sequencer
References
| Module | NiagaraSimCaching |
| Header | /Engine/Plugins/FX/NiagaraSimCaching/Source/NiagaraSimCaching/Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h |
| Include | #include "Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" |
Syntax
enum ENiagaraSimCacheSectionPlayMode
&123;
SimWithoutCache,
DisplayCacheOnly,
&125;
Values
| Name | Description |
|---|---|
| SimWithoutCache | When the sequence has no cached data to display, the Niagara component runs the simulation normally |
| DisplayCacheOnly | When the sequence has no cached data to display, the Niagara component is disabled |