Navigation
API > API/Plugins > API/Plugins/XRBase > API/Plugins/XRBase/FXRMotionControllerBase
- IMotionController::GetCustomParameterValue()
- FXRMotionControllerBase::GetCustomParameterValue()
References
| Module | XRBase |
| Header | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRMotionControllerBase.h |
| Include | #include "XRMotionControllerBase.h" |
virtual 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 |