Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/CustomAttributes.h |
| Include | #include "Animation/CustomAttributes.h" |
Syntax
USTRUCT (Experimental)
struct FBakedCustomAttributePerBoneData
Remarks
Structure describing baked custom attributes for a single bone (index)
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BoneTreeIndex | ||
| TArray< FBakedFloatCustomAttribute > | FloatAttributes | ||
| TArray< FBakedIntegerCustomAttribute > | IntAttributes | ||
| PRAGMA_DISABLE_DEPRECATION_WARNINGSTArray< FBakedStringCustomAttribute > | StringAttributes |