Navigation
API > API/Plugins > API/Plugins/NiagaraSimCaching > API/Plugins/NiagaraSimCaching/Niagara > API/Plugins/NiagaraSimCaching/Niagara/Sequencer
Inheritance Hierarchy
- FMovieSceneBaseCacheParams
- FMovieSceneNiagaraCacheParams
References
| Module | NiagaraSimCaching |
| Header | /Engine/Plugins/FX/NiagaraSimCaching/Source/NiagaraSimCaching/Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h |
| Include | #include "Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" |
Syntax
USTRUCT ()
struct FMovieSceneNiagaraCacheParams : public FMovieSceneBaseCacheParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLockCacheToReadOnly | If true then the section properties might still be changed (so the section itself is not locked), but the cache cannot be rerecorded to prevent accidentally overriding the data within | |
| bool | bOverrideQualityLevel | ||
| FNiagaraSimCacheCreateParameters | CacheParameters | ||
| ENiagaraSimCacheSectionPlayMode | CacheReplayPlayMode | What should the effect do when the track has no cache data to display | |
| EPerQualityLevels | RecordQualityLevel | If set, then the engine scalability setting will be overriden with this value when recording a new cache for this track | |
| ENiagaraSimCacheSectionStretchMode | SectionStretchMode | What should the effect do when the cache section is stretched? | |
| TObjectPtr< UNiagaraSimCache > | SimCache | The sim cache this section plays and records into |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FMovieSceneBaseCacheParams
| Type | Name | Description | |
|---|---|---|---|
| float | Gets the animation sequence length, not modified by play rate |