FStatsPage::GetCustomWidget

Get custom widget to display in the top part of the stats viewer, can return nullptr

Windows
MacOS
Linux

Override Hierarchy

IStatsPage::GetCustomWidget()

FStatsPage::GetCustomWidget()

References

Module

StatsViewer

Header

/Engine/Source/Editor/StatsViewer/Public/StatsPage.h

Include

#include "StatsPage.h"

Syntax

virtual TSharedPtr< SWidget > GetCustomWidget
(
    TWeakPtr< class IStatsViewer > InParentStatsViewer
)

Remarks

Get custom widget to display in the top part of the stats viewer, can return nullptr

Parameters

Parameter

Description

InParentStatsViewer

The parent stats viewer

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