IMovieSceneToolsTrackImporter::ImportStringProperty

ImportStringProperty

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/IMovieSceneToolsTrackImporter.h

Include

#include "IMovieSceneToolsTrackImporter.h"

Syntax

bool ImportStringProperty
(
    const FString & InPropertyName,
    const FString & InStringValue,
    FGuid InBinding,
    UMovieScene * InMovieScene
)

Remarks

ImportStringProperty

Returns

Whether the property was imported successfully

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss