FStaticMeshVertexBuffer::VertexTangentY

Calculate the binormal (TangentY) vector using the normal,tangent vectors

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Rendering/StaticMeshVertexBuffer.h

Include

#include "Rendering/StaticMeshVertexBuffer.h"

Syntax

FVector VertexTangentY
(
    uint32 VertexIndex
) const

Remarks

Calculate the binormal (TangentY) vector using the normal,tangent vectors

Returns

binormal (TangentY) vector

Parameters

Parameter

Description

VertexIndex

index into the vertex buffer

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