Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Widgets > SWidget
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
Include | #include "Widgets/SWidget.h" |
bool ShouldBeEnabled
(
bool InParentEnabled
) const
Remarks
Determines if this widget should be enabled. true if the widget is enabled
Parameters
Name | Description |
---|---|
InParentEnabled | true if the parent of this widget is enabled |