UMovieScene::IsAMasterTrack

Check whether the specified track is a master track in this scene.

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 IsAMasterTrack
(
    const UMovieSceneTrack & Track
) const

Remarks

Check whether the specified track is a master track in this scene.

Returns

true if the track is a master track, false otherwise.

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