FPlacementModeModule::GetFilteredItemsForCategory

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

Windows
MacOS
Linux

Override Hierarchy

IPlacementModeModule::GetFilteredItemsForCategory()

FPlacementModeModule::GetFilteredItemsForCategory()

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 GetFilteredItemsForCategory
(
    FName Category,
    TArray< TSharedPtr< FPlaceableItem >> & OutItems,
    TFunctionRef< bool< FPlaceableItem > &)> Filter
) const

Remarks

Get all items in a given category, system and user 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

Filter

Filter predicate used to filter out items. Return true to pass the filter, false otherwise

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