Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportWorldInteraction
Gets the event for input actions update which is broadcasted for each interactor
| Name | FOnVIActionHandle |
| Type | class |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportWorldInteraction.h |
| Include Path | #include "ViewportWorldInteraction.h" |
Syntax
class FOnVIActionHandle : public TBaseMulticastDelegate_FiveParams< void, class FEditorViewportClient &, class UViewportInteractor *, const struct FViewportActionKeyInput &, bool &, bool & >
Inheritance Hierarchy
- TBaseMulticastDelegate_FiveParams< void, class FEditorViewportClient &, class UViewportInteractor *, const struct FViewportActionKeyInput &, bool &, bool & > → UViewportWorldInteraction::FOnVIActionHandle