FCursorReply

A reply to the OnQueryCursor event.

Windows
MacOS
Linux

Inheritance Hierarchy

FReplyBase

TReplyBase

FCursorReply

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h

Include

#include "Input/CursorReply.h"

Syntax

class FCursorReply : public TReplyBase< FCursorReply >

Remarks

A reply to the OnQueryCursor event.

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

FCursorReply

 

Cursor

(
    EMouseCursor::Type InCursor
)

Respond with a specific cursor. This cursor will be used and no other widgets will be asked.

Public function Const

EMouseCursor...

 

GetCursorType()

Public function Const

TSharedPtr< ...

 

GetCursorWidget()

Public function Const

TSharedPtr< ...

 

GetCursorWindow()

Public function

void

 

SetCursorWidget

(
    TSharedPtr< SWindow > InCursorWindo...,
    TSharedPtr< SWidget > InCursorWidge...
)

Set the Cursor Widget, used by slate application to set the cursor widget if the MapCursor returns a widget.

Public function Static

FCursorReply

 

Unhandled()

Makes a NULL response meaning no prefersce.

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