FXRMotionControllerBase::GetCustomParameterValue

Returns a custom names parameter value

Windows
MacOS
Linux

Override Hierarchy

IMotionController::GetCustomParameterValue()

FXRMotionControllerBase::GetCustomParameterValue()

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/XRMotionControllerBase.h

Include

#include "XRMotionControllerBase.h"

Syntax

virtual float GetCustomParameterValue
(
    const FName MotionSource,
    FName ParameterName,
    bool & bOutValueFound
) const

Remarks

Returns a custom names parameter value

Returns

The value of the parameter

Parameters

Parameter

Description

MotionSource

The name of the motion source we want parameters for

ParameterName

The specific value we are looking for

bOutValueFound

(out) Whether the parameter could be found

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