Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText GetCategoryText
(
const FName Category, |
Returns the FText to use for a given schema category | EdGraphSchema_K2.h | |
static FText GetCategoryText
(
FName Category, |
Returns the FText to use for a given schema category and subcategory | EdGraphSchema_K2.h |
GetCategoryText(const FName, const bool)
Description
Returns the FText to use for a given schema category
| Name | GetCategoryText |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
static FText GetCategoryText
(
const FName Category,
const bool bForMenu
)
The text to display for the category.
Parameters
| Name | Remarks |
|---|---|
| Category | The category to convert into a FText. |
| bForMenu | Indicates if this is for display in tooltips or menu |
GetCategoryText(FName, FName, bool)
Description
Returns the FText to use for a given schema category and subcategory
| Name | GetCategoryText |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include Path | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
static FText GetCategoryText
(
FName Category,
FName SubCategory,
bool bForMenu
)
The text to display for the category.
Parameters
| Name | Remarks |
|---|---|
| Category | The category to convert into a FText. |
| SubCategory | The subcategory to convert into a FText. |
| bForMenu | Indicates if this is for display in tooltips or menu |