Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_MeshSelectionQueryFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSelectionQueryFunctions.h |
| Include | #include "GeometryScript/MeshSelectionQueryFunctions.h" |
Syntax
UCLASS (Meta=(ScriptName="GeometryScript_MeshSelectionQueries"))
class UGeometryScriptLibrary_MeshSelectionQueryFunctions : public UBlueprintFunctionLibrary
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGeometryScriptMeshSelectionTArray< FGeometryScriptIndexList > TArray< FGeometryScriptPolyPath > int... | bFoundErrors | ||
| FGeometryScriptMeshSelectionFBox bool & | bIsEmpty | ||
| FGeometryScriptMeshSelectionFBox bool UGeometryScriptDebug * | Debug | ||
| FGeometryScriptMeshSelectionTArray< FGeometryScriptIndexList > TArray< FGeometryScriptPolyPath > int... | Debug | ||
| FGeometryScriptMeshSelectionTArray< FGeometryScriptIndexList > & | IndexLoops | ||
| FGeometryScriptMeshSelectionTArray< FGeometryScriptIndexList > TArray< FGeometryScriptPolyPath > int... | NumLoops | ||
| FGeometryScriptMeshSelectionTArray< FGeometryScriptIndexList > TArray< FGeometryScriptPolyPath > & | PathLoops | ||
| FGeometryScriptMeshSelection | Selection | ||
| FGeometryScriptMeshSelectionFBox & | SelectionBounds |
Functions
| Type | Name | Description | |
|---|---|---|---|
| static | UPARAM
(
DisplayName |
Get the 3D Bounding Box of a Mesh Selection, ie bounding box of vertices contained in the Selection | |
| static | UPARAM
(
DisplayName |
Compute the set of Vertex Loops bordering a Mesh Selection. |