Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCacheTracks > UMovieSceneGeometryCacheTrack
- UMovieSceneTrack::HasSection()
- UMovieSceneGeometryCacheTrack::HasSection()
References
Module | GeometryCacheTracks |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheTracks/Classes/MovieSceneGeometryCacheTrack.h |
Include | #include "MovieSceneGeometryCacheTrack.h" |
Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheTracks/Private/MovieSceneGeometryCacheTrack.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. |