Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshSceneProxy
Inheritance Hierarchy
- FLightCacheInterface
- FStaticMeshSceneProxy::FLODInfo
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/StaticMeshSceneProxy.h |
| Include | #include "StaticMeshSceneProxy.h" |
Syntax
class FLODInfo : public FLightCacheInterface
Remarks
Information used by the proxy about a single LOD of the mesh.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColorVertexBuffer * | OverrideColorVertexBuffer | Vertex color data for this LOD (or NULL when not overridden), FStaticMeshComponentLODInfo handle the release of the memory | |
| TUniformBufferRef< FLocalVertexFactoryUniformShaderParameters > | OverrideColorVFUniformBuffer | ||
| const FRawStaticIndexBuffer * | PreCulledIndexBuffer | ||
| TArray< FSectionInfo, TInlineAllocator< 1 > > | Sections | Per-section information. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLODInfo
(
const FStaticMeshSceneProxyDesc& InProxyDesc, |
Initialization constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLightInteraction | GetInteraction
(
const FLightSceneProxy* LightSceneProxy |
||
| bool |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSectionInfo | Information about an element of a LOD. |