Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
Inheritance Hierarchy
- ITaskContext
- TScheduledEntityTask
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemTask.h |
| Include | #include "EntitySystem/MovieSceneEntitySystemTask.h" |
Syntax
template<typename TaskImpl, typename... ComponentTypes>
struct TScheduledEntityTask : public UE::MovieScene::ITaskContext
Constructors
| Type | Name | Description | |
|---|---|---|---|
TScheduledEntityTask
(
const TEntityTaskComponents< ComponentTypes... >& InComponents, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostTask () |
||
| void | PreTask () |
||
| void | ScheduledRun_PerAllocation
(
FEntityAllocationIteratorItem Item, |
||
| void | ScheduledRun_PerEntity
(
FEntityAllocationIteratorItem Item, |
Typedefs
| Name | Description |
|---|---|
| Caller |