IProjectionTarget

[IProjectionTarget](API\Runtime\GeometryCore\Spatial\IProjectionTarget) is an object that supports projecting a 3D point onto it

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h

Include

#include "Spatial/SpatialInterfaces.h"

Syntax

class IProjectionTarget

Remarks

IProjectionTarget is an object that supports projecting a 3D point onto it

Destructors

Name Description

Public function Virtual

~IProjectionTarget()

Functions

Name Description

Public function

FVector3d

 

Project

(
    const FVector3d& Point,
    int Identifier
)