UEdGraphSchema_K2::GetCategoryText

Returns the [FText](API\Runtime\Core\Internationalization\FText) to use for a given schema category

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h

Include

#include "EdGraphSchema_K2.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp

Syntax

static FText GetCategoryText
(
    const FName Category,
    const bool bForMenu
)

Remarks

Returns the FText to use for a given schema category

Returns

The text to display for the category.

Parameters

Parameter

Description

Category

The category to convert into a FText.

bForMenu

Indicates if this is for display in tooltips or menu

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