FActiveTrackedDevice

Represents a tracked device with a flag on whether its activated or not

Windows
MacOS
Linux

References

Module

SteamVRInputDevice

Header

/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRInputDevice/Public/SteamVRTrackingRefComponent.h

Include

#include "SteamVRTrackingRefComponent.h"

Syntax

struct FActiveTrackedDevice

Remarks

Represents a tracked device with a flag on whether its activated or not

Variables

Name Description

Public variable

bool

 

bActivated

Public variable

unsigned int

 

id

Constructors

Name Description

Public function

FActiveTrackedDevice

(
    unsigned int inId,
    bool inActivated
)

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