FSkeletalMeshObject::Update

Called by the game thread for any dynamic data updates for this skel mesh object

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SkeletalRenderPublic.h

Include

#include "SkeletalRenderPublic.h"

Syntax

void Update
(
    int32 LODIndex,
    USkinnedMeshComponent * InMeshComponent,
    const TArray< FActiveMorphTarget > & ActiveMorphTargets,
    const TArray< float > & MorphTargetWeights,
    EPreviousBoneTransformUpdateMode PreviousBoneTransformUpdateMode
)

Remarks

Called by the game thread for any dynamic data updates for this skel mesh object

Parameters

Parameter

Description

LODIndex

lod level to update

InSkeletalMeshComponen

parent prim component doing the updating

ActiveMorphs

morph targets to blend with during skinning

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