UMovieSceneTrack::HasSection

Checks to see if the section is in this track.

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "MovieSceneTrack.h"

Syntax

virtual bool HasSection
(
    const UMovieSceneSection & Section
) const

Remarks

Checks to see if the section is in this track.

Returns

True if the section is in this track.

Parameters

Parameter

Description

Section

The section to query for.

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