FEditorCategoryUtils::BuildCategoryString

Utility function that concatenates the supplied sub-category with one that matches the root category id.

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
{
    FText FEditorCategoryUtils::BuildCategoryString
    (
        const FCommonEditorCategory::EValue RootCategory,
        const FText & SubCategory
    )
}

Remarks

Utility function that concatenates the supplied sub-category with one that matches the root category id.

Returns

A concatenated text string, with the two categories separated by a pipe, '|', character.

Parameters

Parameter

Description

RootCategory

An id denoting the root category that you want prefixed onto the sub-category.

SubCategory

A sub-category that you want postfixed to the root category.

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