Navigation
API > API/Plugins > API/Plugins/RemoteSession > API/Plugins/RemoteSession/FRemoteSessionInputChannel
Description
Delegate that fires when routing a touch message to the widget did not work.
Only useful during playback.
| Name | GetOnRouteTouchDownToWidgetFailedDelegate |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionInputChannel.h |
| Include Path | #include "Channels/RemoteSessionInputChannel.h" |
| Source | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Private/Channels/RemoteSessionInputChannel.cpp |
FOnRouteTouchDownToWidgetFailedDelegate * GetOnRouteTouchDownToWidgetFailedDelegate()
Null when recording, Pointer to delegate during playback.