FSimpleElementVertex

The type used to store batched line vertices.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BatchedElements.h

Include

#include "BatchedElements.h"

Syntax

struct FSimpleElementVertex

Remarks

The type used to store batched line vertices.

Variables

Name Description

Public variable

FLinearColor

 

Color

Public variable

FColor

 

HitProxyIdColor

Public variable

FVector4

 

Position

Public variable

FVector2D

 

TextureCoordinate

Constructors

Name Description

Public function

FSimpleElementVertex()

Public function

FSimpleElementVertex

(
    const FVector4& InPosition,
    const FVector2D& InTextureCoordina...,
    const FLinearColor& InColor,
    FHitProxyId InHitProxyId
)

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