Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Inheritance Hierarchy
- IProjectionTarget
- IOrientedProjectionTarget
- FMeshProjectionTarget
- FWorldSpaceProjectionTarget
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ProjectionTargets.h |
| Include | #include "ProjectionTargets.h" |
Syntax
class FMeshProjectionTarget : public UE::Geometry::IOrientedProjectionTarget
Remarks
FMeshProjectionTarget provides an IProjectionTarget interface to a FDynamicMesh + FDynamicMeshAABBTree3 Use to project points to mesh surface.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FDynamicMesh3 * | Mesh | The mesh to project onto | |
| FDynamicMeshAABBTree3 * | Spatial | An AABBTree for Mesh |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshProjectionTarget
(
const FDynamicMesh3* MeshIn, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IOrientedProjectionTarget
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | Project
(
const FVector3d& Point, |
Overridden from IProjectionTarget
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | Project
(
const FVector3d& Point, |