Navigation
Unreal Engine C++ API Reference > Editor > ViewportInteraction
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UViewportInteractor
- UMouseCursorInteractor
References
Module | ViewportInteraction |
Header | /Engine/Source/Editor/ViewportInteraction/Public/MouseCursorInteractor.h |
Include | #include "MouseCursorInteractor.h" |
Syntax
class UMouseCursorInteractor : public UViewportInteractor
Remarks
Viewport interactor for a mouse cursor
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Init () |
Initialize default values |
Overridden from UViewportInteractor
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | If this interactors allows to smooth the laser. Default is true. | |
![]() ![]() ![]() |
bool | ||
![]() ![]() |
void | PollInput () |
Base classes need to implement getting the input for the input devices for that interactor |