FOnPreviewInputAction

Gets the event for previewing input actions.

Windows
MacOS
Linux

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.

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