Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehavior.h |
| Include | #include "InputBehavior.h" |
Syntax
enum EInputCaptureState
{
Begin = 1,
Continue = 2,
End = 3,
Ignore = 4,
}
Values
| Name | Description |
|---|---|
| Begin | |
| Continue | |
| End | |
| Ignore |
Remarks
FInputCaptureUpdate uses this type to indicate what state the capturing Behavior would like to transition to, based on the input event