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