IDisplayClusterBlueprintAPI::GetTrackerDeviceIds

Returns array of names of all VRPN tracker devices.

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="Get IDs of VRPN tracker devices", DeprecatedFunction, DeprecationMessage="VRPN functionality has been moved to LiveLinkVRPN"),
          Category="NDisplay|Input")
void GetTrackerDeviceIds
(
    TArray< FString > & DeviceIDs
) const

Remarks

Returns array of names of all VRPN tracker devices.

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