UMovieScene::FindTrack

Finds a 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

UMovieSceneTrack * FindTrack
(
    TSubclassOf< UMovieSceneTrack > TrackClass,
    const FGuid & ObjectGuid,
    const FName & TrackName
) const

Remarks

Finds a track.

Returns

The found track or nullptr if one does not exist.

Parameters

Parameter

Description

TrackClass

The class of the track to find.

ObjectGuid

The runtime object guid that the track is bound to.

TrackName

The name of the track to differentiate the one we are searching for from other tracks of the same class (optional).

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