GetFaceNormals

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

TArray< FVec...

 

GetFaceNormals

(
    const TConstArrayView< FVec3 >& Po...,
    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< FVec...

 

GetFaceNormals

(
    const FParticles& InParticles,
    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

void

 

GetFaceNormals

(
    TArray< FVec3 >& Normals,
    const TConstArrayView< FVec3 >& Po...,
    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