GetPointNormals

Overload list

Windows
MacOS
Linux
Name Description

Public function

TArray< TVec...

 

GetPointNormals

(
    const TArrayView< const TVector< T,...,
    const bool bReturnEmptyOnError,
    const bool bUseGlobalArray
)

Public function

TArray< TVec...

 

GetPointNormals

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

  1. Use TArrayView version.

Public function

void

 

GetPointNormals

(
    TArray< TVector< T, 3 >>& PointNor...,
    const TArray< TVector< T, 3 >>& Fa...,
    const bool ReturnEmptyOnError,
    const bool bUseGlobalArray
)

Public function Const

void

 

GetPointNormals

(
    TArray< TVector< T, 3 >>& PointNor...,
    const TArray< TVector< T, 3 >>& Fa...,
    const bool bReturnEmptyOnError,
    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