Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportWorldInteraction
Inheritance Hierarchy
- TBaseMulticastDelegate_FiveParams< void, class FEditorViewportClient &, class UViewportInteractor *, const struct FViewportActionKeyInput &, bool &, bool & >
- UViewportWorldInteraction::FOnPreviewInputAction
References
| Module | ViewportInteraction |
| Header | /Engine/Source/Editor/ViewportInteraction/Public/ViewportWorldInteraction.h |
| Include | #include "ViewportWorldInteraction.h" |
Syntax
class FOnPreviewInputAction : public TBaseMulticastDelegate_FiveParams< void, class FEditorViewportClient &, class UViewportInteractor , const struct FViewportActionKeyInput &, bool &, bool & >
Remarks
Gets the event for previewing input actions. This allows systems to get a first chance at actions before everything else.