Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWidgetEnumStateRegistration
- UWidgetCheckedStateRegistration
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/CheckBox.h |
| Include | #include "Components/CheckBox.h" |
Syntax
class UWidgetCheckedStateRegistration : public UWidgetEnumStateRegistration
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | UWidgetStateSettings |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FWidgetStateBitfield & | GetBitfieldFromValue
(
uint8 InValue |
Convenience method to get widget state bitfield from enum value |
Overridden from UWidgetEnumStateRegistration
| Type | Name | Description | |
|---|---|---|---|
| uint8 | 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 |
Constants
| Name | Description |
|---|---|
| Checked | |
| StateName | |
| Unchecked | Post-load initialized values corresponding to this enum state |
| Undetermined |