Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/FPropertySelectionMap
Description
Gets the direct subobjects of root that have selected properties. You can recursively call this function with the element of the result array.
| Name | GetDirectSubobjectsWithProperties |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Filtering/PropertySelectionMap.h |
| Include Path | #include "Filtering/PropertySelectionMap.h" |
| Source | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/Filtering/PropertySelectionMap.cpp |
TArray < UObject * > GetDirectSubobjectsWithProperties
(
UObject * Root
) const