Navigation
API > API/Runtime > API/Runtime/GeometryCore
IProjectionTarget is an object that supports projecting a 3D point onto it
| Name | IProjectionTarget |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h |
| Include Path | #include "Spatial/SpatialInterfaces.h" |
Syntax
class IProjectionTarget
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IProjectionTarget() |
Spatial/SpatialInterfaces.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector3d Project
(
const FVector3d& Point, |
Spatial/SpatialInterfaces.h |