Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Binding > API/Runtime/UMG/Binding/States
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWidgetBinaryStateRegistration
- UWidgetDisabledStateRegistration
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Binding/States/WidgetStateRegistration.h |
| Include | #include "Binding/States/WidgetStateRegistration.h" |
Syntax
class UWidgetDisabledStateRegistration : 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 |