Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FGeometryIdentifier
EObjectType is the specific UClass/UObject Type of TargetObject
| Name | EObjectType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include Path | #include "Selection/GeometrySelector.h" |
Syntax
enum EObjectType
{
Unknown = 0,
DynamicMeshComponent = 1,
DynamicMesh = 2,
BrushComponent = 3,
StaticMeshComponent = 4,
UserDefinedBase = 64,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| DynamicMeshComponent | |
| DynamicMesh | |
| BrushComponent | |
| StaticMeshComponent | |
| UserDefinedBase |