Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- TAttributeContainerAccessor
- FHeapAttributeContainerAccessor
- FStackAttributeContainerAccessor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AttributesRuntime.h |
| Include | #include "Animation/AttributesRuntime.h" |
Syntax
template<class BoneIndexType, typename InAllocator>
struct TAttributeContainerAccessor
Remarks
Accessor for internal data of the TAttributeContainer. The TAttributeContainer methods are preferred - this accessor should only be used in limited situations
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FAttributeId > & | GetKeys
(
TAttributeContainer< BoneIndexType, InAllocator >& Attributes, |
||
| TArray< TWrappedAttribute< InAllocator > > & | GetValues
(
TAttributeContainer< BoneIndexType, InAllocator >& Attributes, |