FMovieSceneExporter::Export

Export movie scene

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneExporter::Export()

FFCPXMLExporter::Export()

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneTranslator.h

Include

#include "MovieSceneTranslator.h"

Syntax

bool Export
(
    const UMovieScene * InMovieScene,
    FString InFilenameFormat,
    FFrameRate InFrameRate,
    uint32 InResX,
    uint32 InResY,
    int32 InHandleFrames,
    FString InSaveFilename,
    TSharedRef< FMovieSceneTranslatorContext > InContext,
    FString InMovieExtension
)

Remarks

Export movie scene

Returns

Whether the export was successful

Parameters

Parameter

Description

InMovieScene

The movie scene with the cinematic shot track and audio tracks to export

InFilenameFormat

The specified filename format.

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)

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