EInputCaptureState

[FInputCaptureUpdate](API\Runtime\InteractiveToolsFramework\FInputCaptureUpdate) uses this type to indicate what state the capturing Behavior would like to transition to, based on the input event

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/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

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