SPositiveActionButton

A Button that is used to call out/highlight a positive option (Add, Save etc).

Unreal Engine C++ API Reference > Developer > ToolWidgets

Inheritance Hierarchy

References

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

Syntax

class SPositiveActionButton : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)  

Remarks

A Button that is used to call out/highlight a positive option (Add, Save etc). It can also be used to open a menu.

Constructors

Type Name Description
  SPositiveActionButton ()  

Functions

Type Name Description
void Construct ( const FArguments& InArgs )  
void SetIsMenuOpen ( bool bIsOpen, bool bIsFocused )  
void SetMenuContentWidgetToFocus ( TWeakPtr< SWidget > Widget )  

Classes

Type Name Description
Public struct FArguments  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library