ISCSEditorCustomization::HandleViewportClick

Process click in the viewport.

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/ISCSEditorCustomization.h

Include

#include "ISCSEditorCustomization.h"

Syntax

bool HandleViewportClick
(
    const TSharedRef< FEditorViewportClient > & InViewportClient,
    class FSceneView & InView,
    class HHitProxy * InHitProxy,
    FKey InKey,
    EInputEvent InEvent,
    uint32 InHitX,
    uint32 InHitY
)

Remarks

Process click in the viewport.

Returns

true if the operation was handled.

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss