FInputCapturePriority

Each [UInputBehavior](API\Runtime\InteractiveToolsFramework\UInputBehavior) provides a priority that is used to help resolve situations when multiple Behaviors want to capture based on the same input event

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InputBehavior.h"

Syntax

struct FInputCapturePriority

Remarks

Each UInputBehavior provides a priority that is used to help resolve situations when multiple Behaviors want to capture based on the same input event

Variables

Name Description

Public variable

int

 

Priority

Constant priority value

Constructors

Name Description

Public function

FInputCapturePriority

(
    int priority
)

Functions

Name Description

Public function Const

FInputCaptur...

 

MakeHigher

(
    int DeltaAmount
)

Public function Const

FInputCaptur...

 

MakeLower

(
    int DeltaAmount
)

Constants

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