Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Editors
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphSearch.h |
| Include | #include "Editors/ObjectTreeGraphSearch.h" |
Syntax
class FObjectTreeGraphSearch
Remarks
A utility class that can search a series of string tokens across an object tree graph.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddRootObject
(
UObject* InObject, |
Adds a root object to search through. | |
| void | Search
(
TArrayView< FString > InTokens, |
Searchs for the given string tokens. |
Typedefs
| Name | Description |
|---|---|
| FSearchResult |