Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UGameViewportClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetSoftwareCursorWidget
(
EMouseCursor::Type InCursorType, |
Add a Widget to use for specified cursor type | Engine/GameViewportClient.h | |
void SetSoftwareCursorWidget
(
EMouseCursor::Type InCursorType, |
Add a Widget to use for specified cursor type | Engine/GameViewportClient.h |
SetSoftwareCursorWidget(EMouseCursor::Type, class UUserWidget *)
Description
Add a Widget to use for specified cursor type
| Name | SetSoftwareCursorWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/GameViewportClient.h |
| Include Path | #include "Engine/GameViewportClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameViewportClient.cpp |
void SetSoftwareCursorWidget
(
EMouseCursor::Type InCursorType,
class UUserWidget * Widget
)
SetSoftwareCursorWidget(EMouseCursor::Type, TSharedPtr< SWidget >)
Description
Add a Widget to use for specified cursor type
| Name | SetSoftwareCursorWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/GameViewportClient.h |
| Include Path | #include "Engine/GameViewportClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameViewportClient.cpp |
void SetSoftwareCursorWidget
(
EMouseCursor::Type InCursorType,
TSharedPtr < SWidget > CursorWidgetPtr
)