FRenderableTriangleVertex

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/TriangleSetComponent.h

Include

#include "Drawing/TriangleSetComponent.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FRenderableTriangleVertex

Variables

Name Description

Public variable UProperty

FColor

 

Color

Public variable UProperty

FVector

 

Normal

Public variable UProperty

FVector

 

Position

Public variable UProperty

FVector2D

 

UV

Constructors

Name Description

Public function

FRenderableTriangleVertex()

Public function

FRenderableTriangleVertex

(
    const FVector& InPosition,
    const FVector2D& InUV,
    const FVector& InNormal,
    const FColor& InColor
)

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