![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for ICursor, including all inherited members.
| CreateCursorFromFile(const FString &InPathToCursorWithoutExtension, FVector2D HotSpot) | ICursor | inlinevirtual |
| CreateCursorFromRGBABuffer(const FColor *Pixels, int32 Width, int32 Height, FVector2D InHotSpot) | ICursor | inlinevirtual |
| GetPosition() const =0 | ICursor | pure virtual |
| GetSize(int32 &Width, int32 &Height) const =0 | ICursor | pure virtual |
| GetType() const =0 | ICursor | pure virtual |
| IsCreateCursorFromRGBABufferSupported() const | ICursor | inlinevirtual |
| Lock(const RECT *const Bounds)=0 | ICursor | pure virtual |
| SetPosition(const int32 X, const int32 Y)=0 | ICursor | pure virtual |
| SetType(const EMouseCursor::Type InNewCursor)=0 | ICursor | pure virtual |
| SetTypeShape(EMouseCursor::Type InCursorType, void *CursorHandle)=0 | ICursor | pure virtual |
| Show(bool bShow)=0 | ICursor | pure virtual |
| ~ICursor()=default | ICursor | virtual |