Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh
Inheritance Hierarchy
- IProjectionTarget
- IOrientedProjectionTarget
- FColliderMeshProjectionTarget
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/ColliderMesh.h |
| Include | #include "DynamicMesh/ColliderMesh.h" |
Syntax
class FColliderMeshProjectionTarget : public UE::Geometry::IOrientedProjectionTarget
Remarks
Projection target API wrapper for an FColliderMesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColliderMesh * | ColliderMesh |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FColliderMeshProjectionTarget
(
FColliderMesh* ColliderMeshIn |
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, |