Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Compilation > FMovieSceneTrackSegmentBlender
- FMovieSceneTrackSegmentBlender::InsertEmptySpace()
- FEvaluateNearestSegmentBlender::InsertEmptySpace()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneSegmentCompiler.h |
Include | #include "Compilation/MovieSceneSegmentCompiler.h" |
virtual TOptional< FMovieSceneSegment > InsertEmptySpace
&40;
const TRange< FFrameNumber > & Range,
const FMovieSceneSegment &42; PreviousSegment,
const FMovieSceneSegment &42; NextSegment
&41; const
Remarks
Implementation function to insert empty space between two other segments or at the start/end An optional new segment to define
Parameters
Name | 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. |