Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FCPXML
Inheritance Hierarchy
- FMovieSceneTranslator
- FMovieSceneExporter
- FFCPXMLExporter
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/FCPXML/FCPXMLMovieSceneTranslator.h |
| Include | #include "FCPXML/FCPXMLMovieSceneTranslator.h" |
Syntax
class FFCPXMLExporter : public FMovieSceneExporter
Remarks
The FFCPXMLExporter class is the entry point for launching an export of data from Sequencer into an XML file.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Overridden from FMovieSceneExporter
| Type | Name | Description | |
|---|---|---|---|
| bool | Export
(
const UMovieScene* InMovieScene, |
Export FCP 7 XML | |
| FText | Default format file extension. | ||
| FText | Export dialog window title. | ||
| FText | Format description. | ||
| FText | Notification when export completes. | ||
| FText | Notification hyperlink to exported file path. |
Overridden from FMovieSceneTranslator
| Type | Name | Description | |
|---|---|---|---|
| FText | Message log list label. | ||
| FName | Message log window title. |