UOculusInputFunctionLibrary::GetBoneName

Get the bone name from the bone index

Windows
MacOS
Linux

References

Module

OculusInput

Header

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusInput/Public/OculusInputFunctionLibrary.h

Include

#include "OculusInputFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusInput/Private/OculusInputFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="OculusLibrary|HandTracking")
static FString GetBoneName
(
    EBone BoneId
)

Remarks

Get the bone name from the bone index

Parameters

Parameter

Description

BoneIndex

(in) Bone index to get the name of

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