FOverlayTriangleVertex

Windows
MacOS
Linux

References

Module

MeshEditor

Header

/Engine/Plugins/Editor/MeshEditor/Source/MeshEditor/Public/OverlayComponent.h

Include

#include "OverlayComponent.h"

Syntax

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

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

FOverlayTriangleVertex()

Public function

FOverlayTriangleVertex

(
    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