TAttributesSet::ForEachAttributeIndicesArray

Call the supplied function on each attribute.

Windows
MacOS
Linux

References

Module

MeshDescription

Header

/Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h

Include

#include "MeshAttributeArray.h"

Syntax

template<typename FuncType>
void ForEachAttributeIndicesArray
(
    const FuncType & Func
) const

Remarks

Call the supplied function on each attribute. The prototype should be Func( const FName AttributeName, auto AttributesRef );

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss