EInputCaptureRequestType

Used by [FInputCaptureRequest](API\Runtime\InteractiveToolsFramework\FInputCaptureRequest) to indicate whether the InputBehavior wants to capture or ignore an input event

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InputBehavior.h

Include

#include "InputBehavior.h"

Syntax

enum EInputCaptureRequestType
{
    Begin     = 1,
    Ignore    = 2,
}

Values

Name

Description

Begin

Ignore

Remarks

Used by FInputCaptureRequest to indicate whether the InputBehavior wants to capture or ignore an input event

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss