Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/FObjectTreeGraphSearch
| Name | FSearchState |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphSearch.h |
| Include Path | #include "Editors/ObjectTreeGraphSearch.h" |
Syntax
struct FSearchState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GraphConfig | const FObjectTreeGraphConfig * | Editors/ObjectTreeGraphSearch.h | ||
| ObjectStack | TArray< UObject * > | Editors/ObjectTreeGraphSearch.h | ||
| Results | TArray< FSearchResult > | Editors/ObjectTreeGraphSearch.h | ||
| RootObject | UObject * | Editors/ObjectTreeGraphSearch.h | ||
| Tokens | TArrayView< FString > | Editors/ObjectTreeGraphSearch.h | ||
| VisitedObjects | TSet< UObject * > | Editors/ObjectTreeGraphSearch.h |