Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewportClient
Description
Determines whether this viewport client should receive calls to InputAxis() if the game's window is not currently capturing the mouse. Used by the UI system to easily receive calls to InputAxis while the viewport's mouse capture is disabled.
Derived Overrides
| Name | RequiresUncapturedAxisInput |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ViewportClient.h |
| Include Path | #include "ViewportClient.h" |
virtual bool RequiresUncapturedAxisInput() const