![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SkinWeightsAttributesRef.h>
Public Member Functions | |
| FSkinWeightsVertexAttributesRef ()=default | |
| FSkinWeightsVertexAttributesRef (const FSkinWeightsVertexAttributesRef &)=default | |
| FSkinWeightsVertexAttributesRef (FSkinWeightsVertexAttributesRef &&) noexcept=default | |
| FSkinWeightsVertexAttributesRef & | operator= (const FSkinWeightsVertexAttributesRef &InAttributesRef) |
| FSkinWeightsVertexAttributesRef & | operator= (FSkinWeightsVertexAttributesRef &&InAttributesRef) noexcept |
| bool | IsValid () const |
| FVertexBoneWeights | Get (const FVertexID InVertexIndex) const |
| void | Set (const FVertexID InVertexIndex, const UE::AnimationCore::FBoneWeights &InWeights) |
| void | Set (const FVertexID InVertexIndex, TArrayView< const UE::AnimationCore::FBoneWeight > InWeights, const UE::AnimationCore::FBoneWeightsSettings &InSettings={}) |
Protected Member Functions | |
| FSkinWeightsVertexAttributesRef (TVertexAttributesRef< TArrayAttribute< int32 > > InAttributesRef) | |
Friends | |
| class | FSkeletalMeshAttributes |
| class | FSkinWeightsVertexAttributesConstRef |
|
default |
|
default |
|
defaultnoexcept |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
friend |
|
friend |