FSkeletalMeshObject::DrawVertexElements

Draw Normals/Tangents based on skinned vertex data

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "SkeletalRenderPublic.h"

Syntax

virtual void DrawVertexElements
(
    FPrimitiveDrawInterface * PDI,
    const FMatrix & ToWorldSpace,
    bool bDrawNormals,
    bool bDrawTangents,
    bool bDrawBinormals
) const

Remarks

Draw Normals/Tangents based on skinned vertex data

Parameters

Parameter

Description

PDI

Draw Interface

ToWorldSpace

Transform from component space to world space

bDrawNormals

Should draw vertex normals

bDrawTangents

Should draw vertex tangents

bDrawBinormals

Should draw vertex binormals

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