IMovieSceneToolsTrackImporter

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

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

Include

#include "IMovieSceneToolsTrackImporter.h"

Syntax

class IMovieSceneToolsTrackImporter

Functions

Name Description

Public function

bool

 

ImportAnimatedProperty

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

ImportAnimatedProperty

Public function

bool

 

ImportStringProperty

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

ImportStringProperty

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