FAnalyzeReferencedContentStat::GetStaticMeshStats

Retrieves/ creates static mesh stats associated with passed in static mesh.

Windows
MacOS
Linux

Warnings

  • returns pointer into TMap, only valid till next time Set is called

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h

Include

#include "Commandlets/AnalyzeReferencedContentStat.h"

Syntax

FStaticMeshStats * GetStaticMeshStats
(
    UStaticMesh * StaticMesh,
    UPackage * LevelPackage
)

Remarks

Retrieves/ creates static mesh stats associated with passed in static mesh.

: returns pointer into TMap, only valid till next time Set is called

Returns

pointer to static mesh stats associated with static mesh

Parameters

Parameter

Description

StaticMesh

Static mesh to retrieve/ create static mesh stats for

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