FEditorCategoryUtils::RegisterCategoryKey

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
{
    void FEditorCategoryUtils::RegisterCategoryKey
    (
        const FString & Key,
        const FText & Category,
        const FString & DocLink,
        const FString & DocExcerpt
    )
}

Parameters

Parameter

Description

Key

A string key that people will use in metadata to reflect this category mapping.

Category

The qualified category path that you want the key expanded to.

DocLink

Path to the document page that contains the excerpt for this category

DocExcerpt

Name of the excerpt within the document page for this 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