Navigation
API > API/Editor > API/Editor/PlacementMode
Inheritance Hierarchy
- FPlacementCategoryInfo
- FPlacementCategory
References
| Module | PlacementMode |
| Header | /Engine/Source/Editor/PlacementMode/Public/IPlacementModeModule.h |
| Include | #include "IPlacementModeModule.h" |
Syntax
struct FPlacementCategoryInfo
Remarks
Struct providing information for a user category of placement objects
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSortable | Whether the items in this category are automatically sortable by name. | |
| TFunction< TSharedRef< SWidget >)> | CustomGenerator | Optional generator function used to construct this category's tab content. | |
| FSlateIcon | DisplayIcon | This category's representative icon | |
| FText | DisplayName | This category's display name | |
| int32 | SortOrder | Sort order for the category tab (lowest first) | |
| FString | TagMetaData | Optional tag meta data for the tab widget | |
| FName | UniqueHandle | A unique name for this category |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPlacementCategoryInfo
(
FText InDisplayName, |
|||
FPlacementCategoryInfo
(
FText InDisplayName, |