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 ImportStringProperty
(
const FString & InPropertyName,
const FString & InStringValue,
FGuid InBinding,
UMovieScene * InMovieScene
)
Remarks
ImportStringProperty Whether the property was imported successfully
Parameters
| Name | Description |
|---|---|
| InPropertyName | The name of the property to import |
| InStringValue | The value of the string to import |
| InBinding | The binding to import the property onto |
| InMovieScene | The movie scene that contains the binding to import onto |