UMovieSceneEntitySystem::DefineComponentProducer

Informs the dependency graph that the specified class type produces components of the specified type.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystem.h

Include

#include "EntitySystem/MovieSceneEntitySystem.h"

Source

/Engine/Source/Runtime/MovieScene/Private/EntitySystem/MovieSceneEntitySystem.cpp

Syntax

static void DefineComponentProducer
(
    TSubclassOf< UMovieSceneEntitySystem > ClassType,
    FComponentTypeID ComponentType
)

Remarks

Informs the dependency graph that the specified class type produces components of the specified type. Any systems set up as consumers of this component type will always be run after

Parameters

Parameter

Description

ClassType

The UClass of the system that produces the component type

ComponentType

The type of the component produced by the system

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