FSkeletalMeshObject::CacheVertices

Re-skin cached vertices for an LOD and update the vertex buffer.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "SkeletalRenderPublic.h"

Syntax

void CacheVertices
(
    int32 LODIndex,
    bool bForce
) const

Remarks

Re-skin cached vertices for an LOD and update the vertex buffer.

that this function is called from the render thread!

Parameters

Parameter

Description

LODIndex

index to LODs

bForce

force update even if LOD index hasn't changed

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