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 Func>
void IndexUtil&58;&58;ApplyMap
&40;
FIndex3i & Val,
Func MapFunc
&41;
}
Remarks
Replace Val with MapFunc[Val] using index operator