FUICommandList::CanExecuteAction

Calls the CanExecuteAction associated with the provided command info to see if ExecuteAction can be called

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

bool CanExecuteAction
(
    const TSharedRef< const FUICommandInfo > InUICommandInfo
) const

Remarks

Calls the CanExecuteAction associated with the provided command info to see if ExecuteAction can be called

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