MovieSceneTranslatorEDL::ExportEDL

Export EDL

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

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

Include

#include "MovieSceneTranslatorEDL.h"

Source

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

Syntax

static bool ExportEDL
(
    const UMovieScene * InMovieScene,
    FFrameRate InFrameRate,
    FString InSaveFilename,
    int32 InHandleFrames,
    FString InMovieExtension
)

Remarks

Export EDL

Returns

Whether the export was successful

Parameters

Parameter

Description

InMovieScene

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

InFrameRate

The frame rate to export the EDL at

InSaveFilename

The file path to save to.

InHandleFrames

The number of handle frames to include for each shot.

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