UAssetEditorSubsystem::FindEditorModeInfo

Returns information about an editor mode, based on the given ID.

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

bool FindEditorModeInfo
(
    const FEditorModeID & InModeID,
    FEditorModeInfo & OutModeInfo
) const

Remarks

Returns information about an editor mode, based on the given ID.

Returns

True if OutModeInfo was filled out successfully, otherwise false.

Parameters

Parameter

Description

ModeID

ID of the editor mode.

OutModeInfo

The out struct where the mode information should be stored.

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