Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/UIActionBindingHandle.h |
| Include | #include "Input/UIActionBindingHandle.h" |
Syntax
struct FActivationMetadata
Remarks
Metadata that can be set on activatable widgets via GetActivationMetadata & listened to via OnActivationMetadataChanged. Useful for game-specific behaviors to be triggered by activation of certain widgets generically. For example changing camera config of your game when certain widgets activate.
By default only has an enum for this metadata.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActivationMetadata
(
uint8 InMetadataEnum |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< uint8 > |