Navigation
API > API/Plugins > API/Plugins/MetaHumanCrowdEditor
| |
|
| Name |
EMetaHumanCrowdCharacterMeshRequirement |
| Type |
enum |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCrowd/Source/MetaHumanCrowdEditor/Public/Item/MetaHumanCrowdCharacterEditorPipeline.h |
| Include Path |
#include "Item/MetaHumanCrowdCharacterEditorPipeline.h" |
Syntax
enum EMetaHumanCrowdCharacterMeshRequirement
{
NotNeeded,
ReadOnly,
Modifiable,
}
Values
| Name |
Remarks |
| NotNeeded |
The mesh is not needed and will not be generated. |
| ReadOnly |
The mesh is needed but will not be modified by the caller. |
| Modifiable |
The mesh is needed and may be modified by the caller. |