UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Internal::FAttributesRefAdapterConst Struct Reference

#include <SkinWeightsAttributesRef.h>

Public Types

using FBoneWeight = UE::AnimationCore::FBoneWeight
 
using ContainerType = const TArrayAttribute< const int32 >
 

Static Public Member Functions

static int32 Num (const ContainerType &InContainer)
 
static FBoneWeight Get (const ContainerType &InContainer, int32 InIndex)
 
template<typename Predicate >
static int32 IndexOf (const ContainerType &InContainer, Predicate InPredicate)
 

Member Typedef Documentation

◆ ContainerType

◆ FBoneWeight

Member Function Documentation

◆ Get()

static FBoneWeight Internal::FAttributesRefAdapterConst::Get ( const ContainerType InContainer,
int32  InIndex 
)
inlinestatic

◆ IndexOf()

template<typename Predicate >
static int32 Internal::FAttributesRefAdapterConst::IndexOf ( const ContainerType InContainer,
Predicate  InPredicate 
)
inlinestatic

◆ Num()

static int32 Internal::FAttributesRefAdapterConst::Num ( const ContainerType InContainer)
inlinestatic

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