FButton

Unreal Engine C++ API Reference > Developer > ToolWidgets > Dialog > SCustomDialog

References

   
Module ToolWidgets
Header /Engine/Source/Developer/ToolWidgets/Public/Dialog/SCustomDialog.h
Include #include "Dialog/SCustomDialog.h"

Syntax

struct FButton  

Variables

Type Name Description
bool bIsPrimary  
bool bShouldFocus  
FText ButtonText  
FSimpleDelegate OnClicked  

Constructors

Type Name Description
  FButton ( const FText& InButtonText, const FSimpleDelegate& InOnClicked )  

Functions

Type Name Description
FButton & SetFocus () Whether to focus this button.
FButton & SetOnClicked ( FSimpleDelegate InOnClicked ) Called when the button is clicked
FButton & SetPrimary ( bool bValue ) Primary buttons are highlighted

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library