FPlacementModeModule::GetItemsForCategory

Get all items in a given category, system filtered, unsorted

Windows
MacOS
Linux

Override Hierarchy

IPlacementModeModule::GetItemsForCategory()

FPlacementModeModule::GetItemsForCategory()

References

Module

PlacementMode

Header

/Engine/Source/Editor/PlacementMode/Public/PlacementModeModule.h

Include

#include "PlacementModeModule.h"

Source

/Engine/Source/Editor/PlacementMode/Private/PlacementModeModule.cpp

Syntax

virtual void GetItemsForCategory
(
    FName Category,
    TArray< TSharedPtr< FPlaceableItem >> & OutItems
) const

Remarks

Get all items in a given category, system filtered, unsorted

Parameters

Parameter

Description

Category

The unique handle of the category to get items for

OutItems

Array to populate with the items in this category

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss