Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription
Inheritance Hierarchy
- UE::AnimationCore::TBoneWeights< AdaptorType >
- TVertexBoneWeightsBase
References
| Module | SkeletalMeshDescription |
| Header | /Engine/Source/Runtime/SkeletalMeshDescription/Public/SkinWeightsAttributesRef.h |
| Include | #include "SkinWeightsAttributesRef.h" |
Syntax
template<typename AdaptorType, typename StorageType>
class TVertexBoneWeightsBase : public UE::AnimationCore::TBoneWeights< AdaptorType >
Constructors
| Type | Name | Description | |
|---|---|---|---|
TVertexBoneWeightsBase
(
const TArrayAttribute< StorageType > InContainer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const_iterator | begin () |
||
| const_iterator | end () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| const_iterator | For compatibility with range-based for loops. |
Typedefs
| Name | Description |
|---|---|
| Super |