Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TAttributesSet > API/Runtime/MeshDescription/TAttributesSet/ForEachByType
References
Module | MeshDescription |
Header | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
Include | #include "MeshAttributeArray.h" |
template<typename AttributeType, typename ForEachFunc>
void ForEachByType
&40;
ForEachFunc Func
&41;
Remarks
Call the supplied function on each attribute that matches the given type. The type can be given as either a plain type T, TArrayView