Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
void SetEnabled
(
TAttribute < bool > InEnabledState
)
Remarks
Sets the enabled state of this widget
Parameters
| Name | Description |
|---|---|
| InEnabledState | An attribute containing the enabled state or a delegate to call to get the enabled state. |