Navigation
API > API/Plugins > API/Plugins/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassRequirements.h |
| Include | #include "MassRequirements.h" |
Syntax
enum EMassFragmentPresence
&123;
All,
Any,
None,
Optional,
MAX,
&125;
Values
| Name | Description |
|---|---|
| All | All of the required fragments must be present |
| Any | One of the required fragments must be present |
| None | None of the required fragments can be present |
| Optional | If fragment is present we'll use it, but it missing stop processing of a given archetype |
| MAX |