Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetCameraSpeed () |
Get the camera speed for this viewport | EditorViewportClient.h | |
float GetCameraSpeed
(
int32 SpeedSetting |
Get the camera speed for this viewport based on the specified speed setting | EditorViewportClient.h |
GetCameraSpeed()
Description
Get the camera speed for this viewport
| Name | GetCameraSpeed |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include Path | #include "EditorViewportClient.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp |
float GetCameraSpeed() const
GetCameraSpeed(int32)
Description
Get the camera speed for this viewport based on the specified speed setting
| Name | GetCameraSpeed |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include Path | #include "EditorViewportClient.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp |
float GetCameraSpeed
(
int32 SpeedSetting
) const