FViewportActionKeyInput

Represents a generic action

Windows
MacOS
Linux

References

Module

ViewportInteraction

Header

/Engine/Source/Editor/ViewportInteraction/Public/ViewportInteractionTypes.h

Include

#include "ViewportInteractionTypes.h"

Syntax

struct FViewportActionKeyInput

Remarks

Represents a generic action

Variables

Name Description

Public variable

FName

 

ActionType

The name of this action

Public variable

bool

 

bIsInputCaptured

True if this action owned by an interactor is "captured" for each possible action type, meaning that only the active captor should handle input events until it is no longer captured.

Public variable

TEnumAsByte< EI...

 

Event

Input event

Constructors

Name Description

Public function

FViewportActionKeyInput()

Public function

FViewportActionKeyInput

(
    const FName& InActionType
)

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