FVertexParameterMapper::Map

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

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeCommon

Header

/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h

Include

#include "Utils/ClothingMeshUtils.h"

Syntax

template<typename T, typename Lambda>
void Map
(
    TArrayView< const T > & SourceData,
    TArray< T > & DestData,
    const Lambda & Func
)

Remarks

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