Navigation
API > API/Editor > API/Editor/AnimGraph > API/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 |
const FAnimGraphAttributeDesc * FindAttributeDesc
(
FName InName
) const
Remarks
Get a previously registered attribute desc nullptr if no desc is registered with the specified name
Parameters
| Name | Description |
|---|---|
| InName | The name of a previously registered attribute |