Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include | #include "EditorViewportClient.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp |
FVector TranslateDelta
&40;
FKey InKey,
float InDelta,
bool InNudge
&41;
Remarks
Determines which axis InKey and InDelta most refer to and returns a corresponding FVector. This vector represents the mouse movement translated into the viewports/widgets axis space.
Parameters
| Name | Description |
|---|---|
| InNudge | If 1, this delta is coming from a keyboard nudge and not the mouse |