Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/IPropertyComponentHandler
- IPropertyComponentHandler::ScheduleSetterTasks()
- TPropertyComponentHandlerImpl< PropertyTraits, TPropertyMetaData< MetaDataTypes... >, TIntegerSequence< int, MetaDataIndices... >, TIntegerSequence< int, CompositeIndices... >, CompositeTypes... >::ScheduleSetterTasks()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/IMovieScenePropertyComponentHandler.h |
Include | #include "EntitySystem/IMovieScenePropertyComponentHandler.h" |
void ScheduleSetterTasks
&40;
const FPropertyDefinition & Definition,
TArrayView< const FPropertyCompositeDefinition > Composites,
const FPropertyStats & Stats,
IEntitySystemScheduler &42; TaskScheduler,
UMovieSceneEntitySystemLinker &42; Linker
&41;
Remarks
Dispatch tasks that apply any entity that matches this property type to their final values
Parameters
Name | Description |
---|---|
Definition | The property definition this handler was registered for |
Composites | The composite channels that this property type comprises |
Stats | Stats pertaining to the entities that currently exist in the entity manager |
InPrerequisites | Task prerequisites for any entity system tasks that are dispatched |
Subsequents | Subsequents to add any dispatched tasks to |
Linker | The linker that owns the entity manager to dispatch tasks for |