UCommonTabListWidgetBase::SetTabEnabled

Sets whether the tab associated with the given ID is enabled/disabled

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonTabListWidgetBase.h

Include

#include "CommonTabListWidgetBase.h"

Source

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/CommonTabListWidgetBase.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category=TabList)
void SetTabEnabled
(
    FName TabNameID,
    bool bEnable
)

Remarks

Sets whether the tab associated with the given ID is enabled/disabled

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