Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonActionWidget.h |
Include |
#include "CommonActionWidget.h" |
UCLASS(BlueprintType, Blueprintable)
class UCommonActionWidget : public UWidget
A widget that shows a platform-specific icon for the given input action.
Name | Description | ||
---|---|---|---|
|
bAlwaysHideOverride |
||
|
DisplayedBindingHandle |
||
|
Icon |
||
|
IconRimBrush |
||
|
InputActions |
List all the input actions that this common action widget is intended to represent. |
|
|
TSharedPtr< SIm... |
MyIcon |
|
|
TSharedPtr< SIm... |
MyIconRim |
|
|
TSharedPtr< SBo... |
MyKeyBox |
|
|
TSharedPtr< SIm... |
MyProgressImage |
|
|
OnInputMethodChanged |
||
|
ProgressDynamicMaterial |
||
|
ProgressMaterialBrush |
||
|
ProgressMaterialParam |
Name | Description | |
---|---|---|
|
UCommonActionWidget ( |
Name | Description | ||
---|---|---|---|
|
GetDisplayText() |
||
|
GetIcon() |
End UWidet |
|
|
const FCommo... |
GetInputActionData() |
|
|
UCommonInput... |
GetInputSubsystem() |
|
|
HandleInputMethodChanged ( |
||
|
IsHeldAction() |
||
|
ListenToInputMethodChanged ( |
||
|
OnActionComplete() |
||
|
OnActionProgress ( |
||
|
SetHidden ( |
||
|
SetIconRimBrush ( |
||
|
SetInputAction ( |
||
|
SetInputActionBinding ( |
||
|
SetInputActions ( |
||
|
SetProgressMaterial ( |
||
|
UpdateActionWidget() |
||
|
UpdateBindingHandleInternal ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
OnWidgetRebuilt() |
Function called after the underlying SWidget is constructed. |
|
|
TSharedRef< ... |
RebuildWidget() |
Begin UWidget |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name |
Description |
|
---|---|---|
|
FOnInputMethodChanged |
Name | Description | ||
---|---|---|---|
|
InputActionDataRow_DEPRECATED |