Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-_20
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSelectionFunctions.h |
| Include | #include "GeometryScript/MeshSelectionFunctions.h" |
| Source | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Private/MeshSelectionFunctions.cpp |
UFUNCTION (BlueprintCallable, Category="GeometryScript|MeshSelection", Meta=(ScriptMethod))
static void CombineMeshSelections
(
FGeometryScriptMeshSelection SelectionA,
FGeometryScriptMeshSelection SelectionB,
FGeometryScriptMeshSelection & ResultSelection,
EGeometryScriptCombineSelectionMode CombineMode
)
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. |