Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AttributesContainer.h |
| Include | #include "Animation/AttributesContainer.h" |
Syntax
struct FAttributeId
Remarks
Runtime identifier for an attribute
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAttributeId
(
const FName& InName, |
|||
FAttributeId
(
const FName& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetIndex () |
||
| const FName & | GetName () |
||
| const FName & | GetNamespace () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAttributeId& Other |