Navigation
API > API/Runtime > API/Runtime/Engine
Structure describing custom attributes for a single bone (index)
| Name | FCustomAttributePerBoneData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/CustomAttributes.h |
| Include Path | #include "Animation/CustomAttributes.h" |
Syntax
USTRUCT (Experimental)
struct FCustomAttributePerBoneData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Attributes | PRAGMA_DISABLE_DEPRECATION_WARNINGSTArray< FCustomAttribute > | Animation/CustomAttributes.h |
|
|
| BoneTreeIndex | int32 | Animation/CustomAttributes.h |
|