MovieSceneToolHelpers::MovieSceneTranslatorExport

Export movie scene formats

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

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

Include

#include "MovieSceneToolHelpers.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp

Syntax

static bool MovieSceneTranslatorExport
(
    FMovieSceneExporter * InExporter,
    const UMovieScene * InMovieScene,
    const FMovieSceneCaptureSettings & Settings
)

Remarks

Export movie scene formats

Returns

Whether the export was successful

Parameters

Parameter

Description

InExporter

The movie scene exporter.

InMovieScene

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

InFrameRate

The frame rate to export the AAF at

InSaveDirectory

Optional directory path to save to. If none given, a dialog will pop up to prompt the user

InHandleFrames

The number of handle frames to include for each shot.

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