FResourceStatReporter::CreateReport

Creates a report using the specified stats.

Windows
MacOS
Linux

Override Hierarchy

References

Module

UnrealEd

Header

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

Include

#include "Commandlets/EditorCommandlets.h"

Syntax

bool CreateReport
(
    const TArray< struct FPackageResourceStat > & ResourceStats
)

Remarks

Creates a report using the specified stats. The type of report created depends on the reporter type.

Returns

true if the report was created successfully; false otherwise.

Parameters

Parameter

Description

ResourceStats

the list of resource stats to create a report 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