Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Util > API/Runtime/GeometryCore/Util/FRefCountVector
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Util/RefCountVector.h |
| Include | #include "Util/RefCountVector.h" |
template<typename ToType>
MappedEnumerable< ToType > MappedIndices
&40;
TFunction< ToType(int)> MapFunc
&41; const
Remarks
Returns iteration object over mapping applied to valid indices eg usage: for (FVector3d v : mapped_indices(fn_that_looks_up_mesh_vtx_from_id)) { ... }