UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMovieSceneTrackRowSegmentBlender Struct Reference

#include <MovieSceneSegmentCompiler.h>

+ Inheritance diagram for FMovieSceneTrackRowSegmentBlender:

Public Member Functions

virtual ~FMovieSceneTrackRowSegmentBlender ()
 
virtual void Blend (FSegmentBlendData &BlendData) const
 

Detailed Description

Structure that defines how to combine and sort overlapping sections on the same row.

Constructor & Destructor Documentation

◆ ~FMovieSceneTrackRowSegmentBlender()

virtual FMovieSceneTrackRowSegmentBlender::~FMovieSceneTrackRowSegmentBlender ( )
inlinevirtual

Member Function Documentation

◆ Blend()

virtual void FMovieSceneTrackRowSegmentBlender::Blend ( FSegmentBlendData BlendData) const
inlinevirtual

Blend the specified data by performing some specific processing such as sorting or filtering

Parameters
BlendDataBlend data to be modified to suit the implementation's will

Reimplemented in FDefaultTrackRowSegmentBlender.


The documentation for this struct was generated from the following file: