Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FCPXML > API/Editor/MovieSceneTools/FCPXML/FFCPXMLExporter
- FMovieSceneExporter::Export()
- FFCPXMLExporter::Export()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/FCPXML/FCPXMLMovieSceneTranslator.h |
| Include | #include "FCPXML/FCPXMLMovieSceneTranslator.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/FCPXML/FCPXMLMovieSceneTranslator.cpp |
virtual 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
)
Remarks
Export FCP 7 XML Whether the export was successful
Parameters
| Name | Description |
|---|---|
| InMovieScene | The movie scene with the cinematic shot track and audio tracks to export |
| InFilenameFormat | The last filename format used to render shots. |
| 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 |