APlayerController::SetMouseCursorWidget

Sets the Widget for the Mouse Cursor to display

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h

Include

#include "GameFramework/PlayerController.h"

Syntax

void SetMouseCursorWidget
(
    EMouseCursor::Type Cursor,
    class UUserWidget * CursorWidget
)

Remarks

Sets the Widget for the Mouse Cursor to display

Parameters

Parameter

Description

Cursor

the cursor to set the widget for

CursorWidget

the widget to set the cursor to

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss