Navigation
API > API/Runtime > API/Runtime/MovieScene
Can be implemented by tracks that hold cached data. Used by the take recorder plugin to regenerate the cache when recording.
| Name | IMovieSceneCachedTrack |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Tracks/MovieSceneCachedTrack.h |
| Include Path | #include "Tracks/MovieSceneCachedTrack.h" |
Syntax
class IMovieSceneCachedTrack
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetMinimumEngineScalabilitySetting() |
Tracks/MovieSceneCachedTrack.h | ||
virtual bool IsCacheRecordingAllowed() |
Tracks/MovieSceneCachedTrack.h | ||
virtual void ResetCache() |
Deletes any existing cache data | Tracks/MovieSceneCachedTrack.h | |
virtual void SetCacheRecordingAllowed
(
bool bShouldRecord |
Used to enable or disable recording for this track | Tracks/MovieSceneCachedTrack.h |