Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription > API/Runtime/SkeletalMeshDescription/TVertexBoneWeightsBase
References
| Module | SkeletalMeshDescription |
| Header | /Engine/Source/Runtime/SkeletalMeshDescription/Public/SkinWeightsAttributesRef.h |
| Include | #include "SkinWeightsAttributesRef.h" |
Syntax
class const_iterator
Remarks
For compatibility with range-based for loops.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index | ||
| const TVertexBoneWeightsBase< AdaptorType, StorageType > * | Weights |
Constructors
| Type | Name | Description | |
|---|---|---|---|
const_iterator
(
const TVertexBoneWeightsBase< AdaptorType, StorageType >* InWeights, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const const_iterator& InOther |
||
| UE::AnimationCore::FBoneWeight | operator* () |
||
| const_iterator & | operator++ () |