Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-_20
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSelectionFunctions.h |
| Include | #include "GeometryScript/MeshSelectionFunctions.h" |
| Source | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Private/MeshSelectionFunctions.cpp |
static void CombineMeshSelections
&40;
FGeometryScriptMeshSelection SelectionA,
FGeometryScriptMeshSelection SelectionB,
FGeometryScriptMeshSelection & ResultSelection,
EGeometryScriptCombineSelectionMode CombineMode
&41;
Remarks
Combine two Mesh Selections into a new Mesh Selection. The two inputs SelectionA and SelectionB must have the same Type.
Parameters
| Name | Description |
|---|---|
| CombineMode | specifies how the selection elements in SelectionA and SelectionB are interpreted/combined. |