Navigation
API > API/Editor > API/Editor/StatsViewer > API/Editor/StatsViewer/IStatsPage
References
Module | StatsViewer |
Header | /Engine/Source/Editor/StatsViewer/Public/IStatsPage.h |
Include | #include "IStatsPage.h" |
void GenerateTotals
&40;
const TArray< TWeakObjectPtr< UObject > > & InObjects,
TMap< FString, FText > & OutTotals
&41; const
Remarks
Totals are displayed by mapping the CPP name of the columns property to the total string in the OutTotals map.
Parameters
Name | Description |
---|---|
OutTotals | A map of Property->GetNameCPP() -> Total string |