Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos > API/Plugins/ChaosCaching/Chaos/Sequencer > API/Plugins/ChaosCaching/Chaos/Sequencer/UMovieSceneChaosCacheTrack
- UMovieSceneTrack::HasSection()
- UMovieSceneChaosCacheTrack::HasSection()
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Sequencer/MovieSceneChaosCacheTrack.h |
| Include | #include "Chaos/Sequencer/MovieSceneChaosCacheTrack.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/Sequencer/MovieSceneChaosCacheTrack.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. |