Navigation
API > API/Plugins > API/Plugins/NiagaraSimCaching
| |
|
| Name |
ENiagaraSimCacheSectionPlayMode |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/NiagaraSimCaching/Source/NiagaraSimCaching/Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h |
| Include Path |
#include "Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" |
Syntax
enum ENiagaraSimCacheSectionPlayMode
{
SimWithoutCache,
DisplayCacheOnly,
}
Values
| Name |
Remarks |
| 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 |