Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FEntityFactories
| Type | Name | Description | |
|---|---|---|---|
| void | DefineMutuallyInclusiveComponents
(
FComponentTypeID InComponentA, |
Indicates that if the first component exists on an entity, the specified components should be created on that entity too. | |
| void | DefineMutuallyInclusiveComponents
(
FComponentTypeID InComponentA, |
Specifies a mutual inclusivity relationship along with a custom initializer for initializing the mutual component(s) |