GetTypedSkinnedVertexPosition

Simple, CPU evaluation of a vertex's skinned position helper function

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h

Include

#include "Components/SkinnedMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp

Syntax

template<bool bCachedMatrices>
FVector GetTypedSkinnedVertexPosition
(
    const USkinnedMeshComponent * SkinnedComp,
    const FSkelMeshRenderSection & Section,
    const FPositionVertexBuffer & PositionVertexBuffer,
    const FSkinWeightVertexBuffer & SkinWeightVertexBuffer,
    const int32 VertIndex,
    const TArray< FMatrix > & RefToLocals
)

Remarks

Simple, CPU evaluation of a vertex's skinned position helper function

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