UOculusFunctionLibrary::SetPositionScale3D

Scales the HMD position that gets added to the virtual camera position.

Windows
MacOS
Linux

References

Module

OculusHMD

Header

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusHMD/Public/OculusFunctionLibrary.h

Include

#include "OculusFunctionLibrary.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="OculusLibrary",
          Meta=(DeprecatedFunction, DeprecationMessage="This feature is no longer supported."))
static void SetPositionScale3D
(
    FVector PosScale3D
)

Remarks

Scales the HMD position that gets added to the virtual camera position.

Parameters

Parameter

Description

PosScale3D

(in) the scale to apply to the HMD position.

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