FUICommandList::GetVisibility

Calls the IsVisible delegate associated with the provided command info to see if the command should be visible in a toolbar

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandList.h

Include

#include "Framework/Commands/UICommandList.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandList.cpp

Syntax

EVisibility GetVisibility
(
    const TSharedRef< const FUICommandInfo > InUICommandInfo
) const

Remarks

Calls the IsVisible delegate associated with the provided command info to see if the command should be visible in a toolbar

Parameters

Parameter

Description

InUICommandInfo

The command info execute

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