Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
System that is responsible for evaluating double channels.
| Name | UDoubleChannelEvaluatorSystem |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/DoubleChannelEvaluatorSystem.h |
| Include Path | #include "Systems/DoubleChannelEvaluatorSystem.h" |
Syntax
UCLASS (MinimalAPI)
class UDoubleChannelEvaluatorSystem : public UMovieSceneEntitySystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneEntitySystem → UDoubleChannelEvaluatorSystem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDoubleChannelEvaluatorSystem
(
const FObjectInitializer& ObjInit |
Systems/DoubleChannelEvaluatorSystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsRelevantImpl
(
UMovieSceneEntitySystemLinker* InLinker |
Systems/DoubleChannelEvaluatorSystem.h | ||
virtual void OnRun
(
FSystemTaskPrerequisites& InPrerequisites, |
Systems/DoubleChannelEvaluatorSystem.h | ||
virtual void OnSchedulePersistentTasks
(
UE::MovieScene::IEntitySystemScheduler* TaskScheduler |
Systems/DoubleChannelEvaluatorSystem.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterChannelType
(
TComponentTypeID< UE::MovieScene::FSourceDoubleChannel > SourceChannelType, |
Systems/DoubleChannelEvaluatorSystem.h |