Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneTranslator.h |
Include |
#include "MovieSceneTranslator.h" |
class FMovieSceneImportData : public TSharedFromThis< FMovieSceneImportData >
The FMovieSceneImportData class aggregates intermediate data from Sequencer classes to be used for timeline imports
Name | Description | ||
---|---|---|---|
|
TSharedPtr< FMo... |
MovieSceneData |
Intermediate data loaded from Sequencer to be used for export |
Name | Description | |
---|---|---|
|
FMovieSceneImportData() |
Default constructor, necessary for shared ref - should not be used |
|
FMovieSceneImportData ( |
Constructor |
Name | Description | |
---|---|---|
|
~FMovieSceneImportData() |
Destructor |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
CreateAudioSection ( |
Create audio section |
|
TSharedPtr< ... |
CreateCinematicSection ( |
Create cinematic section |
|
TSharedPtr< ... |
FindAudioSection ( |
Find audio sections |
|
TSharedPtr< ... |
FindCinematicSection ( |
Find cinematic section |
|
TSharedPtr< ... |
GetAudioMasterTrackData() |
Returns the audio master track data pointer or nullptr if one does not exist |
|
TSharedPtr< ... |
GetCinematicMasterTrackData ( |
Returns the cinematic master track data pointer or nullptr if one does not exist |
|
IsImportDataValid() |
True when the export data was successfully constructed. |
|
|
MoveAudioSection ( |
Move audio section |
|
|
SetAudioSection ( |
Set audio section |
|
|
SetCinematicSection ( |
Set cinematic section |