FOnClicked

A delegate that is invoked when widgets want to notify a user that they have been clicked.

Choose your operating system:

Windows

macOS

Linux

Type

typedef TBaseDelegate_NoParams< FReply > FOnClicked

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/SlateDelegates.h

Include

#include "Framework/SlateDelegates.h"

Remarks

A delegate that is invoked when widgets want to notify a user that they have been clicked. Intended for use by buttons and other button-like widgets.