Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/ISCSEditorCustomization
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ISCSEditorCustomization.h |
| Include | #include "ISCSEditorCustomization.h" |
bool HandleViewportClick
&40;
const TSharedRef< FEditorViewportClient > & InViewportClient,
class FSceneView & InView,
class HHitProxy &42; InHitProxy,
FKey InKey,
EInputEvent InEvent,
uint32 InHitX,
uint32 InHitY
&41;
Remarks
Process click in the viewport. true if the operation was handled.
Parameters
| Name | Description |
|---|---|
| InViewportClient | The viewport client receiving the click |
| InView | The scene view receiving the click |
| InHitProxy | The hit proxy that was clicked |
| InKey | The key that was pressed |
| InEvent | The input event that occurred |
| InHitX | The X location of the click |
| InHitY | The Y location of the click |