Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterface
- UCommonMappingContextMetadataInterface
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUITypes.h |
| Include | #include "CommonUITypes.h" |
Syntax
class UCommonMappingContextMetadataInterface : public UInterface
Remarks
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.