GetPointNormals

Overload list

Windows
MacOS
Linux
Name Description

Public function

TArray< FVec...

 

GetPointNormals

(
    const TConstArrayView< FVec3 >& po...,
    const bool ReturnEmptyOnError
)

Public function

TArray< FVec...

 

GetPointNormals

(
    const FParticles& InParticles,
    const bool ReturnEmptyOnError
)

Public function

void

 

GetPointNormals

(
    TArrayView< FVec3 > PointNormals,
    const TConstArrayView< FVec3 >& Fa...,
    const bool bUseGlobalArray
)

Public function Const

void

 

GetPointNormals

(
    TArrayView< FVec3 > PointNormals,
    const TConstArrayView< FVec3 >& Fa...,
    const bool bUseGlobalArray
)

Get per-point normals. This const version of this function requires `GetPointToTriangleMap()_ to be called prior to invoking this function.

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