Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWidgetBinaryStateRegistration
- UWidgetLockedStateRegistration
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonButtonBase.h |
| Include | #include "CommonButtonBase.h" |
Syntax
UCLASS&40;Transient&41;
class UWidgetLockedStateRegistration : public UWidgetBinaryStateRegistration
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | UWidgetStateSettings |
Overridden from UWidgetBinaryStateRegistration
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRegisteredWidgetState
(
const UWidget* InWidget |
Called on widget registration to correctly initialize widget state based on the current widget | |
| FName | GetStateName () |
Called once during WidgetStateSettings initialization to get this widget state's name | |
| void | Called to give CDO chance to initialize any static state bitfields that might be declared for convenience |