Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineOutputBase
- UMoviePipelineFCPXMLExporter
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineFCPXMLExporterSetting.h |
| Include | #include "MoviePipelineFCPXMLExporterSetting.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UMoviePipelineFCPXMLExporter : public UMoviePipelineOutputBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasFinishedExporting | ||
| bool | bOverwriteFile | ||
| FCPXMLExportDataSource | DataSource | Whether to build the FCPXML from sequence data directly (for reimporting) or from actual frame output data (for post processing) | |
| FString | FileNameFormatOverride | File name format string override. | |
| FString | FilePath | The file to write to |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |
Overridden from UMoviePipelineSetting
| Type | Name | Description | |
|---|---|---|---|
| void | Called once when all files have been finalized. | ||
| FText | Warning: This gets called on the CDO of the object | ||
| bool | Has this setting finished any export-related things it needs to do post-finalize? |