IMovieSceneToolsTrackImporter::ImportAnimatedProperty

ImportAnimatedProperty

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

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

Include

#include "IMovieSceneToolsTrackImporter.h"

Syntax

bool ImportAnimatedProperty
(
    const FString & InPropertyName,
    const FRichCurve & InCurve,
    FGuid InBinding,
    UMovieScene * InMovieScene
)

Remarks

ImportAnimatedProperty

Returns

Whether the property was imported successfully

Parameters

Parameter

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

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