FGenericPlatformSoftwareCursor::Show

Shows or hides the cursor

Windows
MacOS
Linux

Override Hierarchy

ICursor::Show()

FGenericPlatformSoftwareCursor::Show()

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSoftwareCursor.h

Include

#include "GenericPlatform/GenericPlatformSoftwareCursor.h"

Source

/Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericPlatformSoftwareCursor.cpp

Syntax

virtual void Show
(
    bool bShow
)

Remarks

Shows or hides the cursor

Parameters

Parameter

Description

bShow

true to show the mouse cursor, false to hide it

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