FMovieSceneEvaluationTrack::FindFirstSegment

Find the first segment that overlaps 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

FMovieSceneSegmentIdentifier FindFirstSegment
(
    TRange< FFrameNumber > InLocalRange
)

Remarks

Find the first segment that overlaps the specified range

Returns

A (potentially invalid) segment identifier for the first segment whose range overlaps 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