UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Internal::TVertexBoneWeightsBase< AdaptorType, StorageType >::const_iterator Class Reference

#include <SkinWeightsAttributesRef.h>

Public Member Functions

const_iteratoroperator++ ()
 
bool operator!= (const const_iterator &InOther) const
 
UE::AnimationCore::FBoneWeight operator* () const
 

Protected Member Functions

 const_iterator ()=delete
 
 const_iterator (const TVertexBoneWeightsBase< AdaptorType, StorageType > *InWeights, int32 InIndex)
 

Protected Attributes

const TVertexBoneWeightsBase< AdaptorType, StorageType > * Weights = nullptr
 
int32 Index = INDEX_NONE
 

Friends

class TVertexBoneWeightsBase< AdaptorType, StorageType >
 

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

template<typename AdaptorType , typename StorageType >
Internal::TVertexBoneWeightsBase< AdaptorType, StorageType >::const_iterator::const_iterator ( )
protecteddelete

◆ const_iterator() [2/2]

template<typename AdaptorType , typename StorageType >
Internal::TVertexBoneWeightsBase< AdaptorType, StorageType >::const_iterator::const_iterator ( const TVertexBoneWeightsBase< AdaptorType, StorageType > *  InWeights,
int32  InIndex 
)
inlineexplicitprotected

Member Function Documentation

◆ operator!=()

template<typename AdaptorType , typename StorageType >
bool Internal::TVertexBoneWeightsBase< AdaptorType, StorageType >::const_iterator::operator!= ( const const_iterator InOther) const
inline

◆ operator*()

template<typename AdaptorType , typename StorageType >
UE::AnimationCore::FBoneWeight Internal::TVertexBoneWeightsBase< AdaptorType, StorageType >::const_iterator::operator* ( ) const
inline

◆ operator++()

template<typename AdaptorType , typename StorageType >
const_iterator & Internal::TVertexBoneWeightsBase< AdaptorType, StorageType >::const_iterator::operator++ ( )
inline

Friends And Related Symbol Documentation

◆ TVertexBoneWeightsBase< AdaptorType, StorageType >

template<typename AdaptorType , typename StorageType >
friend class TVertexBoneWeightsBase< AdaptorType, StorageType >
friend

Member Data Documentation

◆ Index

template<typename AdaptorType , typename StorageType >
int32 Internal::TVertexBoneWeightsBase< AdaptorType, StorageType >::const_iterator::Index = INDEX_NONE
protected

◆ Weights

template<typename AdaptorType , typename StorageType >
const TVertexBoneWeightsBase<AdaptorType, StorageType>* Internal::TVertexBoneWeightsBase< AdaptorType, StorageType >::const_iterator::Weights = nullptr
protected

The documentation for this class was generated from the following file: