SWidget::SetEnabled

Sets the enabled state of this widget

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Syntax

void SetEnabled
(
    const TAttribute< bool > & InEnabledState
)

Remarks

Sets the enabled state of this widget

Parameters

Parameter

Description

InEnabledState

An attribute containing the enabled state or a delegate to call to get the enabled state.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss