IStatsPage::GetCustomColumns

Get any column customizations that this page wants to use.

Windows
MacOS
Linux

Override Hierarchy

References

Module

StatsViewer

Header

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

Include

#include "IStatsPage.h"

Syntax

void GetCustomColumns
(
    TArray< TSharedRef< class IPropertyTableCustomColumn > > & OutCustomColumns
) const

Remarks

Get any column customizations that this page wants to use.

Parameters

Parameter

Description

OutCustomColumns

The array to be filled in containing column customizations.

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