TSimpleBlenderSystemImpl::Setup

Sets up this helper class. To be called in the owning blender system's constructor.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieSceneBlenderSystemHelper.h

Include

#include "Systems/MovieSceneBlenderSystemHelper.h"

Syntax

void Setup
(
    UMovieSceneBlenderSystem * InBlenderSystem,
    TComponentTypeID< PropertyType > InResultComponentID,
    UClass * ChannelEvaluatorSystem
)

Remarks

Sets up this helper class. To be called in the owning blender system's constructor.

Parameters

Parameter

Description

InBlenderSystem

The owning blender system

InResultComponentID

The component type for the values to blend

ChannelEvaluationSystem

The evaluation system for the value to blend. If set, the owner blender system will be automatically made a downstream dependency of it (optional)

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