TransformArray

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

TransformArray

(
    TArrayView< const float > InView,
    TArray< float >& OutArray
)

Transforms the input array given the kernel.

Public function Const

void

 

TransformArray

(
    TArrayView< const float > InView,
    AlignedFloatBuffer& OutArray
)

Transforms the input array given the kernel.

Public function Const

void

 

TransformArray

(
    const float* InArray,
    float* OutArray
)

Transforms the input array given the kernel.

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