UMovieScene::AddTrack

Adds a track. Note: The type should not already exist.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieScene.h

Include

#include "MovieScene.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp

Syntax

UMovieSceneTrack * AddTrack
(
    TSubclassOf< UMovieSceneTrack > TrackClass,
    const FGuid & ObjectGuid
)

Remarks

Adds a track.

Note: The type should not already exist.

Parameters

Parameter

Description

TrackClass

The class of the track to create.

ObjectGuid

The runtime object guid that the type should bind to.

Type

The newly created type.

See Also

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