FFCPXMLImporter

The [FFCPXMLImporter](API\Editor\MovieSceneTools\FCPXML\FFCPXMLImporter) class is the entry point for launching an import of data from an XML file into Sequencer.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/FCPXML/FCPXMLMovieSceneTranslator.h

Include

#include "FCPXML/FCPXMLMovieSceneTranslator.h"

Syntax

class FFCPXMLImporter : public FMovieSceneImporter

Remarks

The FFCPXMLImporter class is the entry point for launching an import of data from an XML file into Sequencer.

Constructors

Name Description

Public function

FFCPXMLImporter()

Destructors

Name Description

Public function Virtual

~FFCPXMLImporter()

Overridden from FMovieSceneImporter

Name Description

Public function Virtual Const

FText

 

GetDialogTitle()

Import window title.

Public function Virtual Const

FText

 

GetFileTypeDescription()

Format description.

Public function Virtual Const

FText

 

GetTransactionDescription()

Scoped transaction description.

Public function Virtual

bool

 

Import

(
    UMovieScene* InMovieScene,
    FFrameRate InFrameRate,
    FString InFilename,
    TSharedRef< FMovieSceneTranslatorCo...
)

Import FCP 7 XML

Overridden from FMovieSceneTranslator

Name Description

Public function Virtual Const

FText

 

GetMessageLogLabel()

Message log list label.

Public function Virtual Const

FName

 

GetMessageLogWindowTitle()

Message log window title.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss