Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FMovieSceneExporter
- FMovieSceneExporter::Export()
- FFCPXMLExporter::Export()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneTranslator.h |
| Include | #include "MovieSceneTranslator.h" |
bool Export
&40;
const UMovieScene &42; InMovieScene,
FString InFilenameFormat,
FFrameRate InFrameRate,
uint32 InResX,
uint32 InResY,
int32 InHandleFrames,
FString InSaveFilename,
TSharedRef< FMovieSceneTranslatorContext > InContext,
FString InMovieExtension,
const FMovieSceneExportMetadata &42; InMetadata
&41;
Remarks
Export movie scene Whether the export was successful
Parameters
| Name | 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 |