Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Subsystems > API/Editor/UnrealEd/Subsystems/UUnrealEditorSubsystem
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Subsystems/UnrealEditorSubsystem.h |
| Include | #include "Subsystems/UnrealEditorSubsystem.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Subsystems/UnrealEditorSubsystem.cpp |
void SetLevelViewportCameraInfo
&40;
FVector CameraLocation,
FRotator CameraRotation
&41;
Remarks
Sets information about the camera position for the primary level editor viewport. In the UnrealEd module instead of Level Editor as it uses FLevelEditorViewportClient which is in this module
Parameters
| Name | Description |
|---|---|
| CameraLocation | Location the camera will be moved to. |
| CameraRotation | Rotation the camera will be set to. |