UInputBehaviorSet::CollectWantsCapture

Queries and Event Forwarding Call [UInputBehavior::WantsCapture()](API\Runtime\InteractiveToolsFramework\UInputBehavior\WantsCapture) on each valid Behavior and collect up the requests that indicated a Capture was desired.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InputBehaviorSet.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InputBehaviorSet.cpp

Syntax

virtual void CollectWantsCapture
(
    const FInputDeviceState & InputState,
    TArray< FInputCaptureRequest > & ResultOut
)

Remarks

Queries and Event Forwarding Call UInputBehavior::WantsCapture() on each valid Behavior and collect up the requests that indicated a Capture was desired.

Parameters

Parameter

Description

InputState

current input device state information

ResultOut

returned set of non-Ignoring FInputCaptureRequests returned by Behaviors

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