Navigation
API > API/Plugins > API/Plugins/GeometryCollectionTracks > API/Plugins/GeometryCollectionTracks/UMovieSceneGeometryCollectionTra-
- UMovieSceneTrack::HasSection()
- UMovieSceneGeometryCollectionTrack::HasSection()
References
| Module | GeometryCollectionTracks |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionTracks/Public/MovieSceneGeometryCollectionTrack.h |
| Include | #include "MovieSceneGeometryCollectionTrack.h" |
| Source | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionTracks/Private/MovieSceneGeometryCollectionTrack.cpp |
virtual bool HasSection
&40;
const UMovieSceneSection & Section
&41; const
Remarks
Checks to see if the section is in this track. True if the section is in this track.
Parameters
| Name | Description |
|---|---|
| Section | The section to query for. |