Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FViewDebugInfo
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/ViewDebug.h |
| Include | #include "ViewDebug.h" |
Syntax
struct FPrimitiveInfo
Remarks
Data collected about a single primitive being drawn to the screen.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UPrimitiveComponent * | Component | ||
| FPrimitiveComponentId | ComponentId | ||
| uint32 | DrawCount | ||
| int32 | LOD | ||
| TArray< UMaterialInterface * > | Materials | ||
| FString | Name | ||
| AActor * | Owner | ||
| FPrimitiveSceneInfo * | PrimitiveSceneInfo | ||
| int32 | TriangleCount |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FPrimitiveInfo& Other |