Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FSceneOutlinerItemSelection
Description
Use a selector to retrieve a specific data type from items in the selection. Will only add an item's data if the selector returns true for that item.
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
template<typename DataType>
TArray< DataType > GetData
(
TFunctionRef< bool > &, DataType &)> Selector
) const