Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_MeshCompa-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static static UPARAM
(
DisplayName |
Returns true if the two input meshes are equivalent under the comparisons defined by the input options. | GeometryScript/MeshComparisonFunctions.h |
|
static static UPARAM
(
DisplayName |
Non-blueprint overload of IsSameMeshAs, without DifferenceInfo, for C++ API backwards compatibilty. | GeometryScript/MeshComparisonFunctions.h | |
static static UPARAM
(
DisplayName |
Measures the min/max and average closest-point distances between two meshes. | GeometryScript/MeshComparisonFunctions.h |
|
static static UPARAM
(
DisplayName |
Returns true if the two input meshes (with optional transforms) are geometrically intersecting. | GeometryScript/MeshComparisonFunctions.h |
|
UPARAM(DisplayName)
Description
Returns true if the two input meshes are equivalent under the comparisons defined by the input options. If false, DifferenceInfo provides info on the first difference found.
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshComparisonFunctions.h |
| Include Path | #include "GeometryScript/MeshComparisonFunctions.h" |
UFUNCTION (BlueprintCallable, Category="GeometryScript|Comparison",
Meta=(ScriptMethod, HidePin="Debug"))
static static UPARAM
(
DisplayName
)
Parameters
| Name | Remarks |
|---|---|
| DifferenceInfo | If the meshes are different, provides info on the first difference found. |
UPARAM(DisplayName)
Description
Non-blueprint overload of IsSameMeshAs, without DifferenceInfo, for C++ API backwards compatibilty.
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshComparisonFunctions.h |
| Include Path | #include "GeometryScript/MeshComparisonFunctions.h" |
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Measures the min/max and average closest-point distances between two meshes.
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshComparisonFunctions.h |
| Include Path | #include "GeometryScript/MeshComparisonFunctions.h" |
UFUNCTION (BlueprintCallable, Category="GeometryScript|Comparison",
Meta=(ScriptMethod, HidePin="Debug"))
static static UPARAM
(
DisplayName
)
UPARAM(DisplayName)
Description
Returns true if the two input meshes (with optional transforms) are geometrically intersecting.
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshComparisonFunctions.h |
| Include Path | #include "GeometryScript/MeshComparisonFunctions.h" |
UFUNCTION (BlueprintCallable, Category="GeometryScript|Comparison",
Meta=(ScriptMethod, HidePin="Debug"))
static static UPARAM
(
DisplayName
)