Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- TSharedFromThis
- FMovieSceneExportData
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneTranslator.h |
| Include | #include "MovieSceneTranslator.h" |
Syntax
class FMovieSceneExportData : public TSharedFromThis< FMovieSceneExportData >
Remarks
The FMovieSceneExportData class aggregates intermediate data from Sequencer classes to be used for timeline exports
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FMovieSceneExportMovieSceneData > | MovieSceneData | Intermediate data loaded from Sequencer to be used for export |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor, necessary for shared ref - should not be used | |||
FMovieSceneExportData
(
const UMovieScene* InMovieScene, |
Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FindAudioSections
(
const FString& InSoundPathName, |
Find audio sections | |
| int32 | Gets default audio depth | ||
| int32 | Gets default audio sample rate | ||
| FString | GetFilename () |
Gets export filename | |
| FString | Gets export filename with full path | ||
| FFrameRate | GetFrameRate () |
Gets export frame rate | |
| bool | Returns true if frame rate is a non-integral frame rate | ||
| int32 | Gets the frame handle | ||
| FString | Gets the shot movie extension | ||
| uint32 | Returns the nearest integral frame rate | ||
| uint32 | GetResX () |
Gets x resolution | |
| uint32 | GetResY () |
Gets y resolution | |
| bool | True when the export data was successfully constructed. |