Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportWorldInteraction
Gets the event for previewing input actions. This allows systems to get a first chance at actions before everything else.
| Name | FOnPreviewInputAction |
| Type | class |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportWorldInteraction.h |
| Include Path | #include "ViewportWorldInteraction.h" |
Syntax
class FOnPreviewInputAction : 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::FOnPreviewInputAction