Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/MovieSceneToolHelpers
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h |
| Include | #include "MovieSceneToolHelpers.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp |
static bool ShowExportEDLDialog
&40;
const UMovieScene &42; InMovieScene,
FFrameRate InFrameRate,
FString InSaveDirectory,
int32 InHandleFrames,
FString InMovieExtension
&41;
Remarks
Show Export EDL Dialog Whether the export was successful
Parameters
| Name | Description |
|---|---|
| InMovieScene | The movie scene with the cinematic shot track and audio tracks to export |
| InFrameRate | The frame rate to export the EDL 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. |
| MovieExtension | The movie extension for the shot filenames (ie. .avi, .mov, .mp4) |