Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | UMoviePipelineFCPXMLExporter |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineFCPXMLExporterSetting.h |
| Include Path | #include "MoviePipelineFCPXMLExporterSetting.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMoviePipelineFCPXMLExporter : public UMoviePipelineOutputBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMoviePipelineSetting → UMoviePipelineOutputBase → UMoviePipelineFCPXMLExporter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMoviePipelineFCPXMLExporter() |
MoviePipelineFCPXMLExporterSetting.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataSource | FCPXMLExportDataSource | Whether to build the FCPXML from sequence data directly (for reimporting) or from actual frame output data (for post processing) | MoviePipelineFCPXMLExporterSetting.h |
|
| FileNameFormatOverride | FString | File name format string override. | MoviePipelineFCPXMLExporterSetting.h |
|
Functions
Public
Overridden from UMoviePipelineSetting
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayText() |
Warning: This gets called on the CDO of the object | MoviePipelineFCPXMLExporterSetting.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool EnsureWritableFile() |
MoviePipelineFCPXMLExporterSetting.h |
Overridden from UMoviePipelineSetting
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginExportImpl() |
Called once when all files have been finalized. | MoviePipelineFCPXMLExporterSetting.h | |
virtual bool HasFinishedExportingImpl() |
Has this setting finished any export-related things it needs to do post-finalize? | MoviePipelineFCPXMLExporterSetting.h |