UMovieScene::AddGivenTrack

Adds a given track.

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

bool AddGivenTrack
(
    UMovieSceneTrack * InTrack,
    const FGuid & ObjectGuid
)

Remarks

Adds a given track.

Returns

true if the track is successfully added, false otherwise.

Parameters

Parameter

Description

InTrack

The track to add.

ObjectGuid

The runtime object guid that the type should bind to

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