IIntersectionTarget

[IIntersectionTarget](API\Plugins\GeometricObjects\Spatial\IIntersectionTarget) is an object that can be intersected with a ray

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "Spatial/SpatialInterfaces.h"

Syntax

class IIntersectionTarget

Remarks

IIntersectionTarget is an object that can be intersected with a ray

Destructors

Name Description

Public function Virtual

~IIntersectionTarget()

Functions

Name Description

Public function

bool

 

HasNormal()

Public function

bool

 

RayIntersect

(
    const FRay3d& Ray,
    FVector3d& HitOut,
    FVector3d& HitNormalOut
)

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