Navigation
API > API/Plugins > API/Plugins/MetaHumanBatchProcessor
| Name | EBatchOperationStepsFlags |
| Type | enum |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanBatchProcessor/Public/MetaHumanBatchOperation.h |
| Include Path | #include "MetaHumanBatchOperation.h" |
Syntax
enum EBatchOperationStepsFlags
{
None = 0,
SoundWaveToPerformance = (1 << 0),
ProcessPerformance = (1 << 1),
ExportAnimSequence = (1 << 2),
ExportLevelSequence = (1 << 3),
}
Values
| Name | Remarks |
|---|---|
| None | |
| SoundWaveToPerformance | |
| ProcessPerformance | |
| ExportAnimSequence | |
| ExportLevelSequence |