UKismetRenderingLibrary::MakeSkinWeightInfo

Create [FSkelMeshSkinWeightInfo](API\Runtime\Engine\Components\FSkelMeshSkinWeightInfo)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetRenderingLibrary.h

Include

#include "Kismet/KismetRenderingLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetRenderingLibrary.cpp

Syntax

static FSkelMeshSkinWeightInfo MakeSkinWeightInfo
(
    int32 Bone0,
    uint8 Weight0,
    int32 Bone1,
    uint8 Weight1,
    int32 Bone2,
    uint8 Weight2,
    int32 Bone3,
    uint8 Weight3
)

Remarks

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