UAssetEditorSubsystem::GetEditorModeInfoOrderedByPriority

Creates an array of all known FEditorModeInfos, sorted by their priority, from greatest to least.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Subsystems/AssetEditorSubsystem.h

Include

#include "Subsystems/AssetEditorSubsystem.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Subsystems/AssetEditorSubsystem.cpp

Syntax

TArray< FEditorModeInfo > GetEditorModeInfoOrderedByPriority() const

Remarks

Creates an array of all known FEditorModeInfos, sorted by their priority, from greatest to least.

Returns

The sorted array of FEditorModeInfos.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss