Navigation
API > API/Editor > API/Editor/PlacementMode > API/Editor/PlacementMode/FPlacementModeModule
- IPlacementModeModule::GetItemsWithNamesForCategory()
- FPlacementModeModule::GetItemsWithNamesForCategory()
References
| Module | PlacementMode |
| Header | /Engine/Source/Editor/PlacementMode/Public/PlacementModeModule.h |
| Include | #include "PlacementModeModule.h" |
| Source | /Engine/Source/Editor/PlacementMode/Private/PlacementModeModule.cpp |
virtual void GetItemsWithNamesForCategory
(
FName CategoryName,
TArray < TSharedPtr< FPlaceableItem > > & OutItems,
const TArray < FName > & ItemNames
) const
Remarks
Puts the FPlaceableItem instances with names matching the FNames in ItemNames for the placement category CategoryName in the OutItems TArray
Parameters
| Name | Description |
|---|---|
| CategoryName | the name of the Placement category that contains the FPlaceableItems |
| OutItems | the TArray to fill with the Items that match the names in ItemNames |
| ItemNames | the names of the FPlaceableItem instances to put in OutItems |