Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | EUIFrameworkInputMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/UIFPlayerComponent.h |
| Include Path | #include "UIFPlayerComponent.h" |
Syntax
enum EUIFrameworkInputMode
{
UI,
Game,
}
Values
| Name | Remarks |
|---|---|
| UI | Input is received by the UI. |
| Game | Input is received by the Game. |