FUICommandList_Pinnable::GetMappedCommandIndex

Get the index this command was mapped to.

Windows
MacOS
Linux

References

Module

PinnedCommandList

Header

/Engine/Source/Editor/PinnedCommandList/Public/UICommandList_Pinnable.h

Include

#include "UICommandList_Pinnable.h"

Source

/Engine/Source/Editor/PinnedCommandList/Private/UICommandList_Pinnable.cpp

Syntax

int32 GetMappedCommandIndex
(
    FName InCommandName
) const

Remarks

Get the index this command was mapped to.

Returns

the mapped index, or INDEX_NONE if the command is not mapped to this command list

Parameters

Parameter

Description

InCommandName

The command name to check

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