Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TAttributesSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachByType
(
ForEachFunc Func |
Call the supplied function on each attribute that matches the given type. | MeshAttributeArray.h | |
void ForEachByType
(
ForEachFunc Func |
Call the supplied function on each attribute that matches the given type. | MeshAttributeArray.h |
ForEachByType(ForEachFunc)
Description
Call the supplied function on each attribute that matches the given type. The type can be given as either a plain type T, TArrayView
| Name | ForEachByType |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename AttributeType, typename ForEachFunc>
void ForEachByType
(
ForEachFunc Func
)
ForEachByType(ForEachFunc)
Description
Call the supplied function on each attribute that matches the given type. The type can be given as either a plain type T, TArrayView
| Name | ForEachByType |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h |
| Include Path | #include "MeshAttributeArray.h" |
template<typename AttributeType, typename ForEachFunc>
void ForEachByType
(
ForEachFunc Func
) const