Navigation
API > API/Editor > API/Editor/UnrealEd
Persistent per-viewport options
| Name | FViewportConfigOptions |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Preferences/PersonaOptions.h |
| Include Path | #include "Preferences/PersonaOptions.h" |
Syntax
USTRUCT ()
struct FViewportConfigOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FViewportConfigOptions() |
Preferences/PersonaOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CameraFollowBoneName | FName | Preferences/PersonaOptions.h |
|
|
| CameraFollowMode | EAnimationViewportCameraFollowMode | Persisted camera follow mode for a viewport | Preferences/PersonaOptions.h |
|
| CameraSpeedSettings | FEditorViewportCameraSpeedSettings | Preferences/PersonaOptions.h |
|
|
| ViewFOV | float | Preferences/PersonaOptions.h |
|
|
| ViewModeIndex | TEnumAsByte< EViewModeIndex > | Preferences/PersonaOptions.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetToDefault() |
Preferences/PersonaOptions.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CameraSpeedScalar_DEPRECATED | float | Preferences/PersonaOptions.h |
|
|
| CameraSpeedSetting_DEPRECATED | int32 | Preferences/PersonaOptions.h |
|