FSectionInfo

Information about an element of a LOD.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "StaticMeshResources.h"

Syntax

struct FSectionInfo

Remarks

Information about an element of a LOD.

Variables

Name Description

Public variable

bool

 

bSelected

True if this section should be rendered as selected (editor only).

Public variable

int32

 

FirstPreCulledIndex

Public variable

HHitProxy *

 

HitProxy

The editor needs to be able to individual sub-mesh hit detection, so we store a hit proxy on each mesh.

Public variable

UMaterialInterf...

 

Material

The material with which to render this section.

Public variable

int32

 

MaterialIndex

The material index from the component. Used by the texture streaming accuracy viewmodes.

Public variable

int32

 

NumPreCulledTriangles

Constructors

Name Description

Public function

FSectionInfo()

Default constructor.

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