Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FScrollyZoomy
Description
Whether a software cursor should be rendered.
This method should be called from your widget's OnPaint function.
| Name | NeedsSoftwareCursor |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h |
| Include Path | #include "Framework/Layout/ScrollyZoomy.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Layout/ScrollyZoomy.cpp |
bool NeedsSoftwareCursor() const
true if a software cursor should be rendered, false otherwise.