Navigation
API > API/Plugins > API/Plugins/MediaViewer > API/Plugins/MediaViewer/FMediaImageViewer
Description
Responds to key input in this image's viewport. Note: this is after the ImageWidgets internal event consumption.
| Name | OnKeyPressed |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MediaViewer/Source/MediaViewer/Public/ImageViewer/MediaImageViewer.h |
| Include Path | #include "ImageViewer/MediaImageViewer.h" |
virtual bool OnKeyPressed
(
const FInputKeyEventArgs & InEventArgs
)
True if the input was consumed.
Parameters
| Name | Remarks |
|---|---|
| InputState | The state of the input when tracking started. |