Choose your operating system:
Windows
macOS
Linux
| FMovieSceneExporter::Export()
|
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneTranslator.h |
Include |
#include "MovieSceneTranslator.h" |
bool Export
(
const UMovieScene * InMovieScene,
FString InFilenameFormat,
FFrameRate InFrameRate,
uint32 InResX,
uint32 InResY,
int32 InHandleFrames,
FString InSaveFilename,
TSharedRef< FMovieSceneTranslatorContext > InContext,
FString InMovieExtension,
const FMovieSceneExportMetadata * InMetadata
)
Export movie scene
Whether the export was successful
Parameter |
Description |
---|---|
InMovieScene |
The movie scene with the cinematic shot track and audio tracks to export |
InFilenameFormat |
The specified filename format. |
InFrameRate |
The frame rate for export. |
InResX |
Sequence resolution x. |
InResY |
Sequence resolution y. |
InHandleFrames |
The number of handle frames to include for each shot. |
InSaveFilename |
The file path to save to. |
OutError |
The return error message |
MovieExtension |
The movie extension for the shot filenames (ie. .avi, .mov, .mp4) |
InMetadata |
(optional) Metadata from export to override movie output file list |