Navigation
API > API/Editor > API/Editor/PlacementMode
Struct providing information for a user category of placement objects
| Name | FPlacementCategoryInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/PlacementMode/Public/IPlacementModeModule.h |
| Include Path | #include "IPlacementModeModule.h" |
Syntax
struct FPlacementCategoryInfo
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPlacementCategoryInfo
(
FText InDisplayName, |
IPlacementModeModule.h | ||
FPlacementCategoryInfo
(
FText InDisplayName, |
IPlacementModeModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSortable | bool | Whether the items in this category are automatically sortable by name. | IPlacementModeModule.h | |
| CustomDraggableItems | TArray< TSharedRef< FPlaceableItem > > | FPlaceableItems with custom drag handling, populated only if the category handles making its own draggable items | IPlacementModeModule.h | |
| CustomGenerator | TFunction< TSharedRef< SWidget >()> | Optional generator function used to construct this category's tab content. | IPlacementModeModule.h | |
| DisplayIcon | FSlateIcon | This category's representative icon | IPlacementModeModule.h | |
| DisplayName | FText | This category's display name | IPlacementModeModule.h | |
| ShortDisplayName | FText | This category's short display name (optional) | IPlacementModeModule.h | |
| SortOrder | int32 | Sort order for the category tab (lowest first) | IPlacementModeModule.h | |
| TagMetaData | FString | Optional tag meta data for the tab widget | IPlacementModeModule.h | |
| UniqueHandle | FName | A unique name for this category | IPlacementModeModule.h |