GetFaceNormals

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

TArray< TVec...

 

GetFaceNormals

(
    const TArrayView< const TVector< T,...,
    const bool ReturnEmptyOnError
)

The GetFaceNormals functions assume Counter Clockwise triangle windings in a Left Handed coordinate system If this is not the case the returned face normals may be inverted

Public function Const

TArray< TVec...

 

GetFaceNormals

(
    const TParticles< T, 3 >& InPartic...,
    const bool ReturnEmptyOnError
)

  1. Use TArrayView version.

Public function Const

void

 

GetFaceNormals

(
    TArray< TVector< T, 3 >>& Normals,
    const TArrayView< const TVector< T,...,
    const bool ReturnEmptyOnError
)

The GetFaceNormals functions assume Counter Clockwise triangle windings in a Left Handed coordinate system If this is not the case the returned face normals may be inverted

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