B1ObjectSubCategoryEntry
- A single sub-category entry in the object placement UI, defining its category name, icon, and visibility flags.
* Used within middle category entries to populate the deepest level of the object category hierarchy.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | Unique list key identifying this sub-category entry within its parent array. | Category: B1ObjectSubCategoryEntry |
| Category | FName | Internal category identifier for this sub-category. | Category: B1ObjectSubCategoryEntry |
| CategoryName | FText | Localized display name for this sub-category shown in the build UI. | Category: B1ObjectSubCategoryEntry |
| CanvasKey | FString | Canvas key used to map this sub-category to a specific UI canvas panel. | Category: B1ObjectSubCategoryEntry |
| Icon | TSoftObjectPtr | Soft reference to the icon displayed for this sub-category. | Category: B1ObjectSubCategoryEntry |
| DevOnly | bool | Whether this sub-category is only visible in developer builds. | Category: B1ObjectSubCategoryEntry |
| StudioOnly | bool | Whether this sub-category is only available in studio mode. | Category: B1ObjectSubCategoryEntry |
| BizOnly | bool | Whether this sub-category is only available in business mode. | Category: B1ObjectSubCategoryEntry |
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