FMovieSceneEvaluationField::OverlapRange

Deduce the indices into Ranges and Groups that overlap with the specified time range

Windows
MacOS
Linux

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

Syntax

TRange< int32 > OverlapRange
(
    const TRange< FFrameNumber > & Range
) const

Remarks

Deduce the indices into Ranges and Groups that overlap with the specified time range

Returns

A range of indices for which GetRange() overlaps the specified Range, of the form [First, First+Num)

Parameters

Parameter

Description

Range

The range to overlap with our field

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss