UAnimGraphAttributes::ForEachAttribute

Iterate over all attributes that are registered

Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphAttributes

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphAttributes.h
Include #include "AnimGraphAttributes.h"
Source /Engine/Source/Editor/AnimGraph/Private/AnimGraphAttributes.cpp
void ForEachAttribute
(
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(const [FAnimGraphAttributeDesc](API\Editor\AnimGraph\FAnimGraphAttributeDesc) &)> InFunction
) const

Remarks

Iterate over all attributes that are registered

Parameters

Name Description
InFunction FUnction receiving the various attribute descriptors

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library