Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieSceneSection
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h |
Include | #include "MovieSceneSection.h" |
bool IsTimeWithinSection
&40;
FFrameNumber Position
&41; const
Remarks
Returns whether or not a provided position in time is within the timespan of the section true if the position is within the timespan, false otherwise
Parameters
Name | Description |
---|---|
Position | The position to check |