FEditorCategoryUtils::GetCategoryTooltipInfo

Returns tooltip information for the specified 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
{
    void FEditorCategoryUtils::GetCategoryTooltipInfo
    (
        const FString & Category,
        FText & Tooltip,
        FString & DocLink,
        FString & DocExcerpt
    )
}

Remarks

Returns tooltip information for the specified category

Parameters

Parameter

Description

Category

The category that you want to tooltip details for.

Tooltip

[OUT] The tooltip to display for this category.

DocLink

[OUT] The link to the documentation page for this category.

DocExcerpt

[OUT] A category path that you want to check.

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