Unreal SDK
v1.2.0
|
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "WeArtCommon.h"
#include "WeArtDeviceTrackingObject.generated.h"
Go to the source code of this file.
Enumerations | |
enum | TrackingUpdateMethod { PrePhysicsUpdate , PostPhysicsUpdate } |
Enumerates the tracking update methods. More... | |
enum | OffsetPreset { HtcVive_Left , HtcVive_Right , MetaQuest_Left_SteamVR , MetaQuest_Right_SteamVR , MetaQuest_Left_OpenXR , MetaQuest_Right_OpenXR } |
Enumerates the offset presets for different VR devices. More... | |
enum OffsetPreset |
Enumerates the offset presets for different VR devices.
enum TrackingUpdateMethod |