ICursor::CreateCursorFromRGBABuffer

Creates a hardware cursor from bitmap data. Can return nullptr when not available.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/ICursor.h"

Syntax

virtual void * CreateCursorFromRGBABuffer
(
    const FColor * Pixels,
    int32 Width,
    int32 Height,
    FVector2D InHotSpot
)

Remarks

Creates a hardware cursor from bitmap data. Can return nullptr when not available.

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