Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneTranslator.h |
Include |
#include "MovieSceneTranslator.h" |
class FMovieSceneExportData : public TSharedFromThis< FMovieSceneExportData >
The FMovieSceneExportData class aggregates intermediate data from Sequencer classes to be used for timeline exports
Name | Description | ||
---|---|---|---|
|
TSharedPtr< FMo... |
MovieSceneData |
Intermediate data loaded from Sequencer to be used for export |
Name | Description | |
---|---|---|
|
FMovieSceneExportData() |
Default constructor, necessary for shared ref - should not be used |
|
FMovieSceneExportData ( |
Constructor |
Name | Description | |
---|---|---|
|
~FMovieSceneExportData() |
Destructor |
Name | Description | ||
---|---|---|---|
|
FindAudioSections ( |
Find audio sections |
|
|
GetDefaultAudioDepth() |
Gets default audio depth |
|
|
GetDefaultAudioSampleRate() |
Gets default audio sample rate |
|
|
GetFilename() |
Gets export filename |
|
|
GetFilenamePath() |
Gets export filename with full path |
|
|
GetFrameRate() |
Gets export frame rate |
|
|
GetFrameRateIsNTSC() |
Returns true if frame rate is a non-integral frame rate |
|
|
GetHandleFrames() |
Gets the frame handle |
|
|
GetMovieExtension() |
Gets the shot movie extension |
|
|
GetNearestWholeFrameRate() |
Returns the nearest integral frame rate |
|
|
GetResX() |
Gets x resolution |
|
|
GetResY() |
Gets y resolution |
|
|
IsExportDataValid() |
True when the export data was successfully constructed. |