![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SpatialInterfaces.h>
Inheritance diagram for UE::Geometry::IProjectionTarget:Public Member Functions | |
| virtual | ~IProjectionTarget () |
| virtual FVector3d | Project (const FVector3d &Point, int Identifier=-1)=0 |
IProjectionTarget is an object that supports projecting a 3D point onto it
|
inlinevirtual |
|
pure virtual |
| Point | the point to project onto the target |
| Identifier | client-defined integer identifier of the point (may not be used) |
Implemented in UE::Geometry::FColliderMeshProjectionTarget, and UE::Geometry::IOrientedProjectionTarget.