IOrientedProjectionTarget

[IOrientedProjectionTarget](API\Plugins\GeometricObjects\Spatial\IOrientedProjectionTarget) is a projection target that can return a normal in addition to the projected point

Windows
MacOS
Linux

Inheritance Hierarchy

IProjectionTarget

IOrientedProjectionTarget

FMeshProjectionTarget

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/SpatialInterfaces.h

Include

#include "Spatial/SpatialInterfaces.h"

Syntax

class IOrientedProjectionTarget : public IProjectionTarget

Remarks

IOrientedProjectionTarget is a projection target that can return a normal in addition to the projected point

Destructors

Name Description

Public function Virtual

~IOrientedProjectionTarget()

Functions

Name Description

Public function

FVector3d

 

Project

(
    const FVector3d& Point,
    FVector3d& ProjectNormalOut,
    int Identifier
)

Overridden from IProjectionTarget

Name Description

Public function

FVector3d

 

Project

(
    const FVector3d& Point,
    int Identifier
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss