FMovieSceneEvaluationTrack::GetSegmentsInRange

Find or compile all segments that overlap the specified range

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTrack.h

Include

#include "Evaluation/MovieSceneEvaluationTrack.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationTrack.cpp

Syntax

TArray< FMovieSceneSegmentIdentifier > GetSegmentsInRange
(
    TRange< FFrameNumber > InLocalRange
)

Remarks

Find or compile all segments that overlap the specified range

Returns

An (potentially empty) array of segment identifiers that overlap the specified range

Parameters

Parameter

Description

InLocalRange

The range in this track's space to overlap

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