FRuntimeSkinWeightProfileData

Runtime structure containing the set of override weights and the associated vertex indices

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/SkinWeightProfile.h

Include

#include "Animation/SkinWeightProfile.h"

Syntax

struct FRuntimeSkinWeightProfileData

Remarks

Runtime structure containing the set of override weights and the associated vertex indices

Variables

Name Description

Public variable

TArray< FSkinWe...

 

OverridesInfo

Per skin weight offset into Weights array and number of weights stored

Public variable

TMap< uint32, u...

 

VertexIndexOverrideIndex

Map between Vertex Indices and entries of OverridesInfo

Public variable

TArray< uint32 ...

 

Weights

Bulk data containing all Weights, stored as bone id in upper and weight in lower (16) bits

Functions

Name Description

Public function Const

void

 

ApplyOverrides

(
    FSkinWeightVertexBuffer* Overr...,
    const FSkinWeightVertexBuffer*...
)

Classes

Name

Description

Public struct

FSkinWeightOverrideInfo

Structure containing per Skin Weight offset and length

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss