IDisplayClusterBlueprintAPI::IsButtonReleased

Returns whether VRPN button is released at specified device and channel.

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Blueprints/IDisplayClusterBlueprintAPI.h

Include

#include "Blueprints/IDisplayClusterBlueprintAPI.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable,
          Meta=(DisplayName="Is VRPN button released", DeprecatedFunction, DeprecationMessage="VRPN functionality has been moved to LiveLinkVRPN"),
          Category="NDisplay|Input")
void IsButtonReleased
(
    const FString & DeviceID,
    int32 DeviceChannel,
    bool & IsReleasedCurrently,
    bool & IsChannelAvailable
) const

Remarks

Returns whether VRPN button is released at specified device and channel.

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