Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshBoolean
Data passed to the FCustomInsideMeshTest::IsPointInsideFn.
| Name | FCustomInsideTestContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Operations/MeshBoolean.h |
| Include Path | #include "Operations/MeshBoolean.h" |
Syntax
struct FCustomInsideTestContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OptionalWindingTree | TFastWindingTree< FDynamicMesh3 > * | Note: OptionalWindingTree will be null when FCustomInsideMeshTest has bRequiresWinding == false. | Operations/MeshBoolean.h | |
| Spatial | FDynamicMeshAABBTree3 * | AABB Tree for the test mesh; always non-null. | Operations/MeshBoolean.h |