IPropertyComponentHandler::DispatchSetterTasks

Dispatch tasks that apply any entity that matches this property type to their final values

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/IMovieScenePropertyComponentHandler.h"

Syntax

void DispatchSetterTasks
(
    const FPropertyDefinition & Definition,
    TArrayView< const FPropertyCompositeDefinition > Composites,
    const FPropertyStats & Stats,
    FSystemTaskPrerequisites & InPrerequisites,
    FSystemSubsequentTasks & Subsequents,
    UMovieSceneEntitySystemLinker * Linker
)

Remarks

Dispatch tasks that apply any entity that matches this property type to their final values

Parameters

Parameter

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

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