IDisplayClusterInputBlueprintAPI::BindVrpnKeyboard

Create new bind from vrpn keyboard device key to UE4 target by user friendly target name

Windows
MacOS
Linux

References

Module

DisplayClusterInput

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterInput/Public/Blueprints/IDisplayClusterInputBlueprintAPI.h

Include

#include "Blueprints/IDisplayClusterInputBlueprintAPI.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Meta=(DisplayName="Bind VRPN Keyboard"),
          Category="DisplayClusterInput")
bool BindVrpnKeyboard
(
    const FString & VrpnDeviceId,
    const FKey VrpnKeyboardButtonName,
    const FKey Target
)

Remarks

Create new bind from vrpn keyboard device key to UE4 target by user friendly target name

Returns

True if success

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