Navigation
API > API/Plugins > API/Plugins/NiagaraSimCaching
| |
|
| Name |
ENiagaraSimCacheSectionStretchMode |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/NiagaraSimCaching/Source/NiagaraSimCaching/Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h |
| Include Path |
#include "Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" |
Syntax
enum ENiagaraSimCacheSectionStretchMode
{
Repeat,
TimeDilate,
}
Values
| Name |
Remarks |
| Repeat |
When the cache section is stretched in the track it will repeat the cached data |
| TimeDilate |
When the cache section is stretched in the track it will dilate the input time so the cached data is stretched once over the full section |