OnGenerateWidget

Delegate called to generate a custom widget for display in a cell of a [UObject](API\Runtime\CoreUObject\UObject\UObject) custom column.

Choose your operating system:

Windows

macOS

Linux

Syntax

FOnGenerateWidget OnGenerateWidget

Remarks

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

that overriding this means that the calling code is responsible for handling interactions with the widget, i.e. OnObjectHyperlinkClicked will not be called.