Map

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Map

(
    TArrayView< const float > Source,
    TArray< float >& Dest
)

Defined type mappings for brevity.

Public function

void

 

Map

(
    TArrayView< const T >& SourceData,
    TArray< T >& DestData,
    const Lambda& Func
)

Generic mapping function, can be used to map any type with a provided callable

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