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