Navigation
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 |
const [FAnimGraphAttributeDesc](API\Editor\AnimGraph\FAnimGraphAttributeDesc) * FindAttributeDesc ( [FName](API\Runtime\Core\UObject\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 |