B1ObjectCategoryEntry
- A top-level category entry grouping middle categories under a named icon and UI button.
* Represents the highest level of the object category hierarchy in the build mode UI.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | Unique list key identifying this category entry within its parent array. | Category: B1ObjectCategoryEntry |
| Category | FName | Internal category identifier for this top-level entry. | Category: B1ObjectCategoryEntry |
| CategoryName | FText | Localized display name for this category shown in the build UI. | Category: B1ObjectCategoryEntry |
| CategoryTabType | FString | Variables that determine which tab the main category belongs to. | Category: B1ObjectCategoryEntry |
| Icon | TSoftObjectPtr | Soft reference to the icon displayed on the category button in the build UI. | Category: B1ObjectCategoryEntry |
| TooltipTexture | TSoftObjectPtr | Soft reference to the tooltip texture shown when hovering over this category button. | Category: B1ObjectCategoryEntry |
| DevOnly | bool | Whether this category is only visible in developer builds. | Category: B1ObjectCategoryEntry |
| VisibleButton | bool | Whether the category button is visible in the UI. | Category: B1ObjectCategoryEntry |
| WidgetIndex | int32 | Index of the UI widget panel associated with this top-level category. | Category: B1ObjectCategoryEntry |
| MiddleCategories | TArray | Array of middle category entries nested under this top-level category. | Category: B1ObjectCategoryEntry |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoObject
- EB1ObjectCustomizeType
- Object Data Guide
- ObjectBp Data Guide
- ObjectCategory Data Guide
- ObjectChangeActorGroup Data Guide
- ObjectChangeMaterialGroup Data Guide
- ObjectChangeMeshGroup Data Guide
- ObjectCustomizeMaterialGroup Data Guide
- ObjectCustomizeMaterialParts Data Guide
- ObjectCustomizeShapeTemplates Data Guide
- ObjectDataFilter Data Guide
- ObjectPartsCustomUsage Data Guide