Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IMotionController
Description
Add a set of enhanced input user settings to the motion controller. This allows the motion controller to support Enhanced Input actions.
| Name | SetEnhancedInputUserSettings |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IMotionController.h |
| Include Path | #include "IMotionController.h" |
virtual bool SetEnhancedInputUserSettings
(
TObjectPtr< class UEnhancedInputUserSettings > InputSettings
)
False if the input config can't be attached to the session, true otherwise
Parameters
| Name | Remarks |
|---|---|
| InputConfig | The path to the enhanced user input settings asset |