FMovieSceneEvaluationField::GetSegmentFromTime

Efficiently find the entry that exists at the specified time, if any

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

int32 GetSegmentFromTime
(
    FFrameNumber Time
) const

Remarks

Efficiently find the entry that exists at the specified time, if any

Returns

The index within Ranges, Groups and MetaData that the current time resides, or INDEX_NONE if there is nothing to do at the requested time

Parameters

Parameter

Description

Time

The time at which to seach

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