UInputRouter::RegisterBehavior

Add a new InputBehavior to the active behavior set, with optional Source and GroupName

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InputRouter.h"

Source

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

Syntax

virtual void RegisterBehavior
(
    UInputBehavior * Behavior,
    void * Source,
    const FString & GroupName
)

Remarks

Add a new InputBehavior to the active behavior set, with optional Source and GroupName

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