Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/FMovieSceneEvaluationField
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationField.h |
| Include | #include "Evaluation/MovieSceneEvaluationField.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationField.cpp |
TRange< int32 > OverlapRange
&40;
const TRange< FFrameNumber > & Range
&41; const
Remarks
Deduce the indices into Ranges and Groups that overlap with the specified time range A range of indices for which GetRange() overlaps the specified Range, of the form [First, First+Num)
Parameters
| Name | Description |
|---|---|
| Range | The range to overlap with our field |