Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimGraphAttributes
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphAttributes.h |
| Include | #include "AnimGraphAttributes.h" |
Syntax
class UAnimGraphAttributes : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAnimGraphAttributeDesc * | FindAttributeDesc
(
FName InName |
Get a previously registered attribute desc | |
| void | ForEachAttribute
(
TFunctionRef< void(const FAnimGraphAttributeDesc&)> InFunction |
Iterate over all attributes that are registered | |
| void | Register
(
const FAnimGraphAttributeDesc& InDesc |
Register an anim graph attribute. |