Navigation
API > API/Plugins > API/Plugins/CacheTrackRecorder > API/Plugins/CacheTrackRecorder/UCacheTrackRecorder
Description
Initialize a new recording with the specified parameters. Fails if another recording is currently in progress.
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/CacheTrackRecorder/Public/Recorder/CacheTrackRecorder.h |
| Include Path | #include "Recorder/CacheTrackRecorder.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/CacheTrackRecorder/Private/Recorder/CacheTrackRecorder.cpp |
bool Initialize
(
ULevelSequence * RootLevelSequence,
const TArray < IMovieSceneCachedTrack * > & CacheTracks,
const FString & Slate,
const FCacheRecorderParameters & InParameters,
FText * OutError
)