Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include | #include "Components/ComponentInterfaces.h" |
Syntax
struct FPrimitiveLODStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAvailable | ||
| bool | bIsOptionalLOD | ||
| int32 | LODIndex | ||
| TArray< uint16 > | MaterialIndices | ||
| uint32 | Sections | ||
| SIZE_T | TotalResourceSize | ||
| uint32 | Triangles |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPrimitiveLODStats
(
int32 InLOD |
|||
FPrimitiveLODStats
(
const FPrimitiveLODStats& Other |
|||
FPrimitiveLODStats
(
FPrimitiveLODStats&& Other |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetDrawCount () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPrimitiveLODStats & | operator=
(
const FPrimitiveLODStats& RHS |
||
| FPrimitiveLODStats & | operator=
(
FPrimitiveLODStats&& RHS |