Navigation
API > API/Editor > API/Editor/UnrealEd
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText FEditorCategoryUtils::GetCategoryDisplayString
(
const FText& UnsanitizedCategory |
Expands any keys found in the category string (any terms found in square brackets), and sanitizes the name (spacing individual words, etc.). | EditorCategoryUtils.h | |
FString FEditorCategoryUtils::GetCategoryDisplayString
(
const FString& UnsanitizedCategory |
Expands any keys found in the category string (any terms found in square brackets), and sanitizes the name (spacing individual words, etc.). | EditorCategoryUtils.h |
FEditorCategoryUtils::GetCategoryDisplayString(const FText &)
Description
Expands any keys found in the category string (any terms found in square brackets), and sanitizes the name (spacing individual words, etc.).
| Name | FEditorCategoryUtils::GetCategoryDisplayString |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h |
| Include Path | #include "EditorCategoryUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorCategoryUtils.cpp |
namespace FEditorCategoryUtils
{
FText FEditorCategoryUtils::GetCategoryDisplayString
(
const FText & UnsanitizedCategory
)
}
A concatenated text string, with the two categories separated by a pipe, '|', character.
Parameters
| Name | Remarks |
|---|---|
| RootCategory | An id denoting the root category that you want prefixing the result. |
| SubCategory | A sub-category that you want postfixing the result. |
FEditorCategoryUtils::GetCategoryDisplayString(const FString &)
Description
Expands any keys found in the category string (any terms found in square brackets), and sanitizes the name (spacing individual words, etc.).
| Name | FEditorCategoryUtils::GetCategoryDisplayString |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h |
| Include Path | #include "EditorCategoryUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorCategoryUtils.cpp |
namespace FEditorCategoryUtils
{
FString FEditorCategoryUtils::GetCategoryDisplayString
(
const FString & UnsanitizedCategory
)
}
A concatenated string, with the two categories separated by a pipe, '|', character.
Parameters
| Name | Remarks |
|---|---|
| RootCategory | An id denoting the root category that you want prefixing the result. |
| SubCategory | A sub-category that you want postfixing the result. |