FBatchedMesh

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/LineBatchComponent.h

Include

#include "Components/LineBatchComponent.h"

Syntax

struct FBatchedMesh

Variables

Name Description

Public variable

FColor

 

Color

Public variable

uint8

 

DepthPriority

Public variable

TArray< int32 >

 

MeshIndices

Public variable

TArray< FVector...

 

MeshVerts

Public variable

float

 

RemainingLifeTime

Constructors

Name Description

Public function

FBatchedMesh()

Public function

FBatchedMesh

(
    TArray< FVector > const& InMeshVer...,
    TArray< int32 > const& InMeshIndic...,
    FColor const& InColor,
    uint8 InDepthPriority,
    float LifeTime
)

MeshVerts - linear array of world space vertex positions MeshIndices - array of indices into MeshVerts.

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