Navigation
API > API/Editor > API/Editor/PlacementMode > API/Editor/PlacementMode/IPlacementModeModule
- IPlacementModeModule::RegisterPlaceableItem()
- FPlacementModeModule::RegisterPlaceableItem()
References
| Module | PlacementMode |
| Header | /Engine/Source/Editor/PlacementMode/Public/IPlacementModeModule.h |
| Include | #include "IPlacementModeModule.h" |
TOptional< FPlacementModeID > RegisterPlaceableItem
&40;
FName CategoryName,
const TSharedRef< FPlaceableItem > & Item
&41;
Remarks
Register a new placeable item for the specified category Optional unique identifier for the registered item, or empty on failure (if the category doesn't exist)
Parameters
| Name | Description |
|---|---|
| Item | The placeable item to register |
| CategoryName | Unique handle to the category in which to place this item |