FEditorCategoryUtils::GetCommonCategory

Retrieves a qualified category path for the desired common category.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h

Include

#include "EditorCategoryUtils.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorCategoryUtils.cpp

Syntax

namespace FEditorCategoryUtils
{
    const FText & FEditorCategoryUtils::GetCommonCategory
    (
        const FCommonEditorCategory::EValue CategoryId
    )
}

Remarks

Retrieves a qualified category path for the desired common category.

Returns

A text string, (empty if the common category was not registered)

Parameters

Parameter

Description

CategoryId

The common category you want a path for.

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