FAnalyzeReferencedContentStat::FAssetStatsBase::AddLevelInfo

This function fills up MapsUsedIn and LevelNameToInstanceCount if bAddPerLevelDataMap is true.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "Commandlets/AnalyzeReferencedContentStat.h"

Syntax

void AddLevelInfo
(
    UPackage * LevelPackage,
    bool bAddPerLevelDataMap
)

Remarks

This function fills up MapsUsedIn and LevelNameToInstanceCount if bAddPerLevelDataMap is true.

Parameters

Parameter

Description

LevelPackage

Level Package this object belongs to

bAddPerLevelDataMap

Set this to be true if you'd like to collect this stat per level (in the Level folder)

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