Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/IndexUtil__ApplyMap
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/IndexUtil.h |
| Include | #include "Util/IndexUtil.h" |
namespace IndexUtil
{
template<typename T, typename Func>
void IndexUtil::ApplyMap
(
TVector < T > & Val,
Func MapFunc
)
}
Remarks
Replace Val with MapFunc[Val] using index operator