UMotionControllerComponent::GetParameterValue

Returns the value of a custom parameter on the current in use Motion Controller (see member InUseMotionController). Only valid for the duration of OnMotionControllerUpdated.

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

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

Include

#include "MotionControllerComponent.h"

Source

/Engine/Source/Runtime/HeadMountedDisplay/Private/MotionControllerComponent.cpp

Syntax

float GetParameterValue
(
    FName InName,
    bool & bValueFound
)

Remarks

Returns the value of a custom parameter on the current in use Motion Controller (see member InUseMotionController). Only valid for the duration of OnMotionControllerUpdated.

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