Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IMotionController
- IMotionController::GetCustomParameterValue()
- FXRMotionControllerBase::GetCustomParameterValue()
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/IMotionController.h |
| Include | #include "IMotionController.h" |
float GetCustomParameterValue
&40;
const FName MotionSource,
FName ParameterName,
bool & bOutValueFound
&41; const
Remarks
Returns a custom names parameter value The value of the parameter
Parameters
| Name | 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 |