FPoly::DoesLineIntersect

Checks to see if the specified line intersects this poly or not.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Polys.h

Include

#include "Engine/Polys.h"

Source

/Engine/Source/Runtime/Engine/Private/Polygon.cpp

Syntax

bool DoesLineIntersect
(
    FVector Start,
    FVector End,
    FVector * Intersect
)

Remarks

Checks to see if the specified line intersects this poly or not. If "Intersect" is a valid pointer, it is filled in with the intersection point.

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