Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h |
| Include | #include "EditorCategoryUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorCategoryUtils.cpp |
namespace FEditorCategoryUtils
{
void FEditorCategoryUtils&58;&58;GetClassShowCategories
&40;
const UStruct &42; Class,
TArray< FString > & CategoriesOut
&41;
}
Remarks
Parses out the class's "ShowCategories" metadata, and returns it segmented and sanitized.
Parameters
| Name | Description |
|---|---|
| Class | The class you want to pull data from. |
| CategoriesOut | An array that will be filled with a list of shown categories. |