Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TAttributesSet > API/Runtime/MeshDescription/TAttributesSet/ForEach
References
Module | MeshDescription |
Header | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
Include | #include "MeshAttributeArray.h" |
template<typename ForEachFunc>
void ForEach
&40;
ForEachFunc Func
&41; const
Remarks
Call the supplied function on each attribute. The prototype should be Func( const FName AttributeName, auto AttributesConstRef );