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 FWorldSpaceProjectionTarget : public UE::Geometry::FMeshProjectionTarget
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTransformSRT3d | TargetMeshLocalToWorld | ||
| FTransformSRT3d | ToolMeshLocalToWorld |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldSpaceProjectionTarget
(
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, |