Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Subsystems
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEditorSubsystem
- UUnrealEditorSubsystem
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Subsystems/UnrealEditorSubsystem.h |
| Include | #include "Subsystems/UnrealEditorSubsystem.h" |
Syntax
class UUnrealEditorSubsystem : public UEditorSubsystem
Remarks
UUnrealEditorSubsystem Subsystem for exposing editor functionality to scripts
Functions
| Type | Name | Description | |
|---|---|---|---|
| UWorld * | Find the World in the world editor. | ||
| UWorld * | GetGameWorld () |
||
| bool | GetLevelViewportCameraInfo
(
FVector& CameraLocation, |
Gets information about the camera position for the primary level editor viewport. | |
| void | SetLevelViewportCameraInfo
(
FVector CameraLocation, |
Sets information about the camera position for the primary level editor viewport. |