Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TAttributeContainer
| Type | Name | Description | |
|---|---|---|---|
| void | CopyFrom
(
const TAttributeContainer< BoneIndexType, OtherAllocator >& Other |
Copies all contained data from another Container instance using another memory allocator | |
| void | CopyFrom
(
const TAttributeContainer< BoneIndexType, InAllocator >& Other |
Copies all contained data from another Container instance using the same memory allocator | |
| void | CopyFrom
(
const TAttributeContainer< OtherBoneIndexType, OtherAllocator >& Other, |