Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneMutualComponentInclusivity.h |
| Include | #include "EntitySystem/MovieSceneMutualComponentInclusivity.h" |
Syntax
struct FMutualComponentInitializers
Remarks
Container for keeping track of which initializers need to be run for a given call to FMutualInclusivityGraphCommandBuffer::ComputeMutuallyInclusiveComponents
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
IMutualComponentInitializer* InitializerToAdd |
Add a new initializer to this cache | |
| void | Execute
(
const FEntityRange& Range, |
Run the mutual initializers over the specified entity range | |
| void | Reset () |
Reset this container. Will not free memory. |