USteamVRInputDeviceFunctionLibrary::SetCurlsAndSplaysState

Tell SteamVR Whether or not to retrieve Curls and Splay values per frame

Windows
MacOS
Linux

References

Module

SteamVRInputDevice

Header

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

Include

#include "SteamVRInputDeviceFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRInputDevice/Private/SteamVRInputDeviceFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="SteamVR Input")
static void SetCurlsAndSplaysState
(
    bool NewLeftHandState,
    bool NewRightHandState
)

Remarks

Tell SteamVR Whether or not to retrieve Curls and Splay values per frame

Parameters

Parameter

Description

NewLeftHandState

Whether or not curls and splay values will be retrieved for the left hand

NewRightHandState

Whether or not curls and splay values will be retrieved for the right hand

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