FLODInfo

Information used by the proxy about a single LOD of the mesh.

Windows
MacOS
Linux

Inheritance Hierarchy

FLightCacheInterface

FStaticMeshSceneProxy::FLODInfo

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/StaticMeshResources.h

Include

#include "StaticMeshResources.h"

Syntax

class FLODInfo : public FLightCacheInterface

Remarks

Information used by the proxy about a single LOD of the mesh.

Variables

Name Description

Public variable

FColorVertexBuf...

 

OverrideColorVertexBuffer

Vertex color data for this LOD (or NULL when not overridden), FStaticMeshComponentLODInfo handle the release of the memory

Public variable

TUniformBufferR...

 

OverrideColorVFUniformBuffer

Public variable

const FRawStati...

 

PreCulledIndexBuffer

Public variable

TArray< FSectio...

 

Sections

Per-section information.

Constructors

Name Description

Public function

FLODInfo

(
    const UStaticMeshComponent* In...,
    const FStaticMeshVertexFactoriesArr...,
    int32 InLODIndex,
    int32 InClampedMinLOD,
    bool bLODsShareStaticLighting
)

Initialization constructor.

Functions

Name Description

Public function Virtual Const

FLightIntera...

 

GetInteraction

(
    const FLightSceneProxy* LightS...
)

Public function Const

bool

 

UsesMeshModifyingMaterials()

Classes

Name

Description

Public struct

FSectionInfo

Information about an element of a LOD.

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