Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input
Inheritance Hierarchy
- UDynamicEntryBoxBase
- FTickableGameObject
- UCommonBoundActionBar
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/CommonBoundActionBar.h |
| Include | #include "Input/CommonBoundActionBar.h" |
Syntax
UCLASS (Blueprintable, ClassGroup=UI, Meta=(Category="Common UI"))
class UCommonBoundActionBar :
public UDynamicEntryBoxBase,
public FTickableGameObject
Remarks
A box populated with current actions available per CommonUI's Input Handler.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | BeginDestroy () |
||
| UUserWidget * | CreateActionButton
(
const FUIActionBindingHandle& BindingHandle |
||
| TSubclassOf< UCommonButtonBase > | |||
| TStatId | GetStatId () |
||
| ETickableTickType | |||
| bool | |||
| void | NativeOnActionButtonCreated
(
ICommonBoundActionButtonInterface* ActionButton, |
||
| void | |||
| void | ReleaseSlateResources
(
bool bReleaseChildren |
||
| void | SetDisplayOwningPlayerActionsOnly
(
bool bShouldOnlyDisplayOwningPlayerActions |
||
| void | |||
| void | Tick
(
float DeltaTime |
||
| void | ValidateCompiledDefaults
(
IWidgetCompilerLog& CompileLog |