FObjectHyperlinkColumnInitializationOptions

Struct used to further customize object hyperlink custom columns.

Windows
MacOS
Linux

References

Module

StatsViewer

Header

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

Include

#include "ObjectHyperlinkColumnInitializationOptions.h"

Syntax

struct FObjectHyperlinkColumnInitializationOptions

Remarks

Struct used to further customize object hyperlink custom columns.

Variables

Name Description

Public variable

FOnGenerateWidg...

 

OnGenerateWidget

Delegate called to generate a custom widget for display in a cell of a UObject custom column.

Public variable

FOnIsClassSuppo...

 

OnIsClassSupported

Delegate used to query whether a UClass is supported by a UObject custom column.

Public variable

FOnObjectHyperl...

 

OnObjectHyperlinkClicked

Delegate called when a hyperlink is clicked in a UObject custom column Note that this is not called if OnGenerateWidget is bound.

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