Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FEntityFactories
Description
- Indicates that if the first component exists on an entity, the second component should be created on that entity too.
-
the inverse is not implied (ie B can still exist without A)
| Name | DefineMutuallyInclusiveComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityFactory.h |
| Include Path | #include "EntitySystem/MovieSceneEntityFactory.h" |
void DefineMutuallyInclusiveComponent
(
FComponentTypeID InComponentA,
FComponentTypeID InComponentB
)