Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/IMovieSceneToolsTrackImporter
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/IMovieSceneToolsTrackImporter.h |
| Include | #include "IMovieSceneToolsTrackImporter.h" |
bool ImportAnimatedProperty
(
const FString & InPropertyName,
const FRichCurve & InCurve,
FGuid InBinding,
UMovieScene * InMovieScene
)
Remarks
ImportAnimatedProperty Whether the property was imported successfully
Parameters
| Name | Description |
|---|---|
| InPropertyName | The name of the property to import |
| InCurve | The curve with the keys to import |
| InBinding | The binding to import the property onto |
| InMovieScene | The movie scene that contains the binding to import onto |