FMovieSceneEvaluationField::ConditionallyCompileRange

Ensure that the evaluation field is up-to-date for the range encompassing at least the range specified, and return its entries

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 > ConditionallyCompileRange
(
    const TRange< FFrameNumber > & OverlapRange,
    UMovieSceneSequence * InSequence,
    IMovieSceneSequenceTemplateStore & TemplateStore
)

Remarks

Ensure that the evaluation field is up-to-date for the range encompassing at least the range specified, and return its entries

Returns

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

Parameters

Parameter

Description

OverlapRange

A range specifying the smallest set of times to ensure are compiled

InSequence

The sequence that this evaluation field relates to

TemplateStore

A template store that defines how to retrieve templates for the specified sequence

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