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
struct FObjectTreeGraphSearchResult
Remarks
Search result for an object tree graph search.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FObjectTreeGraphConfig * | GraphConfig | The graph config for the object hierarchy this result was found in. | |
| UObject * | Object | The object found to match the search. | |
| FName | PropertyName | The specific object property that matched the search. None if the object itself matches. | |
| UObject * | RootObject | The root object that the current search result was found in. |