CARLA
Public Attributes | List of all members
FProceduralCustomMesh Struct Reference

A definition of a Carla Mesh. More...

#include <ProceduralCustomMesh.h>

+ Collaboration diagram for FProceduralCustomMesh:

Public Attributes

TArray< FVector > Normals
 
TArray< int32 > Triangles
 
TArray< FVector2D > UV0
 
TArray< FLinearColor > VertexColor
 
TArray< FVector > Vertices
 

Detailed Description

A definition of a Carla Mesh.

Definition at line 13 of file ProceduralCustomMesh.h.

Member Data Documentation

◆ Normals

TArray<FVector> FProceduralCustomMesh::Normals

◆ Triangles

TArray<int32> FProceduralCustomMesh::Triangles

◆ UV0

TArray<FVector2D> FProceduralCustomMesh::UV0

◆ VertexColor

TArray<FLinearColor> FProceduralCustomMesh::VertexColor

Definition at line 30 of file ProceduralCustomMesh.h.

◆ Vertices

TArray<FVector> FProceduralCustomMesh::Vertices

The documentation for this struct was generated from the following file: