FCohtmlMeshLOD

Public Functions

Name
FCohtmlMeshLOD()
FCohtmlMeshLOD(FStaticMeshLODResources & MeshLODResources, FRHICommandListImmediate & CmdList)
voidLoadMeshLOD(FStaticMeshLODResources & MeshLODResources)

Public Attributes

Name
TArray< uint32 >Indices
TArray< FCohtmlVertexUV >UVs
TArray< FVector >Positions

Public Functions Documentation

function FCohtmlMeshLOD

inline FCohtmlMeshLOD()

function FCohtmlMeshLOD

FCohtmlMeshLOD(
    FStaticMeshLODResources & MeshLODResources,
    FRHICommandListImmediate & CmdList
)

function LoadMeshLOD

void LoadMeshLOD(
    FStaticMeshLODResources & MeshLODResources
)

Public Attributes Documentation

variable Indices

TArray< uint32 > Indices;

variable UVs

TArray< FCohtmlVertexUV > UVs;

variable Positions

TArray< FVector > Positions;