Navigation
API > API/Plugins > API/Plugins/DirectMeshControl
Operator factory for the Direct Mesh Polygroup tool.
| Name | UDirectMeshPolygroupOperatorFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/DirectMeshControl/Source/DirectMeshControl/Public/Tools/DirectMeshPolygroupTool.h |
| Include Path | #include "Tools/DirectMeshPolygroupTool.h" |
Syntax
UCLASS ()
class UDirectMeshPolygroupOperatorFactory :
public UObject ,
public UE::Geometry::IDynamicMeshOperatorFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDirectMeshPolygroupOperatorFactory
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DirectMeshPolygroupTool | TObjectPtr< UDirectMeshPolygroupTool > | Back pointer to the owning tool, provides settings and mesh data for operator creation. | Tools/DirectMeshPolygroupTool.h |