Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Factory for a specific type of IGeometrySelector
| Name | IGeometrySelectorFactory |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include Path | #include "Selection/GeometrySelector.h" |
Syntax
class IGeometrySelectorFactory
Derived Classes
- FBrushComponentSelectorFactory
- FDynamicMeshComponentSelectorFactory
- FStaticMeshComponentSelectorFactory
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IGeometrySelectorFactory() |
Selection/GeometrySelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< IGeometrySelector > BuildForTarget
(
FGeometryIdentifier TargetIdentifier |
Selection/GeometrySelector.h | ||
bool CanBuildForTarget
(
FGeometryIdentifier TargetIdentifier |
Selection/GeometrySelector.h |