FMovieSceneTrackSegmentBlender::InsertEmptySpace

Implementation function to insert empty space between two other segments or at the start/end

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneTrackSegmentBlender::InsertEmptySpace()

FEvaluateNearestSegmentBlender::InsertEmptySpace()

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneSegmentCompiler.h

Include

#include "Compilation/MovieSceneSegmentCompiler.h"

Syntax

virtual TOptional< FMovieSceneSegment > InsertEmptySpace
(
    const TRange< FFrameNumber > & Range,
    const FMovieSceneSegment * PreviousSegment,
    const FMovieSceneSegment * NextSegment
) const

Remarks

Implementation function to insert empty space between two other segments or at the start/end

Returns

An optional new segment to define

Parameters

Parameter

Description

Range

The time range for the potential new segment

PreviousSegment

A pointer to the previous segment if there is one. Null if the empty space is before the first segment.

Next

A pointer to the subsequent segment if there is one. Null if the empty space is after the last segment.

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