Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonMappingContextMetadata
- ICommonMappingContextMetadataInterface::GetCommonInputMetadata()
- UCommonMappingContextMetadata::GetCommonInputMetadata()
References
Module | CommonUI |
Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUITypes.h |
Include | #include "CommonUITypes.h" |
Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonUITypes.cpp |
virtual const UCommonInputMetadata &42; GetCommonInputMetadata
&40;
const UInputAction &42; InInputAction
&41; const
Remarks
Gets base info needed from CommonUI from this IMC metadata Accepts InputAction as an arg to allow for user to create one metadata with multiple values per action, rather than having to create one metadata asset per unique value
Parameters
Name | Description |
---|---|
InputAction | the input action that may or may not be used to help determine correct metadata |