Navigation
API > API/Plugins > API/Plugins/CommonUI
Interface for metadata objects specified in Enhanced Input Mapping Contexts (IMC).
We provide an interface since it's possible you may need the IMC metadata for non-CommonUI info. In this scenario you can implement this interface and CommonUI will still be able to gather info it needs to function correctly with your Enhanced Input Actions / IMC's.
If you don't have any metadata needs or your UI IMC's are for CommonUI only, then you should use the provided 'UCommonMappingContextMetadata' below.
| Name | UCommonMappingContextMetadataInterface |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUITypes.h |
| Include Path | #include "CommonUITypes.h" |
Syntax
class UCommonMappingContextMetadataInterface : public UInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → UCommonMappingContextMetadataInterface