UGoogleVRHMDFunctionLibrary::GetRecenterTransform

Tries to get the Recenter Transform if available

Windows
MacOS
Linux

References

Module

GoogleVRHMD

Header

/Engine/Plugins/Runtime/GoogleVR/GoogleVRHMD/Source/GoogleVRHMD/Classes/GoogleVRHMDFunctionLibrary.h

Include

#include "GoogleVRHMDFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/GoogleVR/GoogleVRHMD/Source/GoogleVRHMD/Private/GoogleVRHMDFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="GoogleVRHMD", Meta=(Keywords="Cardboard AVR GVR"))
static bool GetRecenterTransform
(
    FQuat & RecenterOrientation,
    FVector & RecenterPosition
)

Remarks

Tries to get the Recenter Transform if available

Parameters

Parameter

Description

RecenterOrientation

where the Recenter Orientation read will get stored

RecenterPosition

where the Recenter Position read will get stored returns true is the read was successful, false otherwise

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