FDynamicMeshVertex

The vertex type used for dynamic meshes.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DynamicMeshBuilder.h

Include

#include "DynamicMeshBuilder.h"

Syntax

struct FDynamicMeshVertex

Remarks

The vertex type used for dynamic meshes.

Variables

Name Description

Public variable

FColor

 

Color

Public variable

FVector

 

Position

Public variable

FPackedNormal

 

TangentX

Public variable

FPackedNormal

 

TangentZ

Public variable

FVector2D[MAX_S...

 

TextureCoordinate

Constructors

Name Description

Public function

FDynamicMeshVertex()

Public function

FDynamicMeshVertex

(
    const FVector& InPosition
)

Public function

FDynamicMeshVertex

(
    const FVector& InPosition,
    const FVector2D& InTexCoord,
    const FColor& InColor
)

Public function

FDynamicMeshVertex

(
    const FVector& InPosition,
    const FVector& LayerTexcoords,
    const FVector2D& WeightmapTexcoord...
)

Public function

FDynamicMeshVertex

(
    const FVector& InPosition,
    const FVector& InTangentX,
    const FVector& InTangentZ,
    const FVector2D& InTexCoord,
    const FColor& InColor
)

Functions

Name Description

Public function Const

FVector

 

GetTangentY()

Public function

void

 

SetTangents

(
    const FVector& InTangentX,
    const FVector& InTangentY,
    const FVector& InTangentZ
)

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