Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/FModifierGroup
| |
|
| Name |
EState |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionModifierDescriptors.h |
| Include Path |
#include "MeshPartitionModifierDescriptors.h" |
Syntax
enum EState
{
Uninitialized = 0,
DescriptorsFinalized = 1,
ModifiersResolved = 2,
BackgroundOpsCreated = 3,
InstancesReady = 4,
}
Values
| Name |
Remarks |
| Uninitialized |
|
| DescriptorsFinalized |
Modifier group is now locked and further changes to the grouping is blocked. |
| ModifiersResolved |
Resolved the MeshPartition::UModifierComponent pointers from the soft object paths in the descriptors. |
| BackgroundOpsCreated |
Created the async background operators |
| InstancesReady |
Initialized all modifier instances for processing on the async thread by the task graph. |