unreal.NiagaraSimCacheSectionStretchMode

class unreal.NiagaraSimCacheSectionStretchMode

Bases: EnumBase

ENiagara Sim Cache Section Stretch Mode

C++ Source:

  • Plugin: NiagaraSimCaching

  • Module: NiagaraSimCaching

  • File: MovieSceneNiagaraCacheSection.h

REPEAT: NiagaraSimCacheSectionStretchMode

When the cache section is stretched in the track it will repeat the cached data

Type:

0

TIME_DILATE: NiagaraSimCacheSectionStretchMode

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

Type:

1