Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageViewport
Result for calls to
| Name | FPixelCoordinatesUnderCursorResult |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/SImageViewport.h |
| Include Path | #include "SImageViewport.h" |
Syntax
struct FPixelCoordinatesUnderCursorResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsValid | bool | Indicates that the cursor position is currently valid. | SImageViewport.h | |
| Coordinates | FVector2d | Pixel coordinates under the cursor relative to the image rectangle size and placement. | SImageViewport.h |
See Also
- GetPixelCoordinatesUnderCursor.