FPoly::Faces

Return whether this poly and Test are facing each other.

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

int32 Faces
(
    const FPoly & Test
) const

Remarks

Return whether this poly and Test are facing each other. The polys are facing if they are noncoplanar, one or more of Test's points is in front of this poly, and one or more of this poly's points are behind Test.

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