Navigation
API > API/Editor > API/Editor/PlacementMode > API/Editor/PlacementMode/FPlacementModeModule
- IPlacementModeModule::RegisterPlacementCategory()
- FPlacementModeModule::RegisterPlacementCategory()
References
| Module | PlacementMode |
| Header | /Engine/Source/Editor/PlacementMode/Public/PlacementModeModule.h |
| Include | #include "PlacementModeModule.h" |
| Source | /Engine/Source/Editor/PlacementMode/Private/PlacementModeModule.cpp |
virtual bool RegisterPlacementCategory
&40;
const FPlacementCategoryInfo & Info
&41;
Remarks
Register a new category of placement items true on success, false on failure (probably if the category's unique handle is already in use)
Parameters
| Name | Description |
|---|---|
| Info | Information pertaining to the category |