Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Used by FInputCaptureRequest to indicate whether the InputBehavior wants to capture or ignore an input event
| Name | EInputCaptureRequestType |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehavior.h |
| Include Path | #include "InputBehavior.h" |
Syntax
enum EInputCaptureRequestType
{
Begin = 1,
Ignore = 2,
}
Values
| Name | Remarks |
|---|---|
| Begin | |
| Ignore |