Navigation
API > API/Editor > API/Editor/StatsViewer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UStaticMeshLightingInfo
References
| Module | StatsViewer |
| Header | /Engine/Source/Editor/StatsViewer/Classes/StaticMeshLightingInfo.h |
| Include | #include "StaticMeshLightingInfo.h" |
Syntax
class UStaticMeshLightingInfo : public UObject
Remarks
Statistics page for static meshes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasLightmapTexCoords | Does the Lightmap have UVs? | |
| bool | bTextureMapping | Current mapping type flag - not displayed | |
| FString | LevelName | Cached version of the level name this object resides in | |
| int32 | LightMapLightCount | Num lightmap lights | |
| TArray< FString > | LightmapTextureNames | The lighting texture names that the static mesh component references. | |
| int32 | ShadowMapLightCount | Number of lights generating shadow maps on the primitive. | |
| int32 | StaticLightingResolution | The static lighting resolution the texture mapping was estimated with. | |
| TWeakObjectPtr< UStaticMesh > | StaticMesh | The source StaticMesh that is related to this info. | |
| TWeakObjectPtr< AActor > | StaticMeshActor | The actor that is related to this error/warning. | |
| TWeakObjectPtr< UStaticMeshComponent > | StaticMeshComponent | The staticmesh component that is related to this info. | |
| float | TextureLightMapMemoryUsage | Estimated memory usage in KB for light map texel data. | |
| FString | TextureMapping | Current mapping type string | |
| float | TextureShadowMapMemoryUsage | Estimated memory usage in KB for shadow map texel data. | |
| float | VertexLightMapMemoryUsage | Estimated memory usage in KB for light map vertex data. | |
| float | VertexShadowMapMemoryUsage | Estimated memory usage in KB for shadow map vertex data. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UStaticMeshLightingInfo
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateNames () |
Update internal strings |