Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshBoolean
| Name | FCustomInsideMeshTest |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Operations/MeshBoolean.h |
| Include Path | #include "Operations/MeshBoolean.h" |
Syntax
struct FCustomInsideMeshTest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCustomInsideMeshTest
(
TestInsideFunctionType IsPointInsideFn, |
Construct a custom class for testing whether a point is inside a mesh. | Operations/MeshBoolean.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRequiresWinding | bool | Operations/MeshBoolean.h | ||
| IsPointInsideFn | TestInsideFunctionType | Operations/MeshBoolean.h |