Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/FUICommandList
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 |
bool ConditionalProcessCommandBindings
(
const FKey Key,
bool bCtrl,
bool bAlt,
bool bShift,
bool bCmd,
bool bRepeat
) const
Remarks
Helper function to execute delegate or exec command associated with a command (if valid) True if a command was executed, False otherwise
Parameters
| Name | Description |
|---|---|
| Key | The current key that is pressed |
| bCtrl | True if control is pressed |
| bAlt | True if alt is pressed |
| bShift | True if shift is pressed |
| bRepeat | True if command is repeating (held) |