Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Deprecated * FBakedCustomAttributePerBoneData has been deprecated
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/CustomAttributes.h |
Include | #include "Animation/CustomAttributes.h" |
Syntax
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 |