Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor
Search result for an object tree graph search.
| Name | FObjectTreeGraphSearchResult |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphSearch.h |
| Include Path | #include "Editors/ObjectTreeGraphSearch.h" |
Syntax
struct FObjectTreeGraphSearchResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GraphConfig | const FObjectTreeGraphConfig * | The graph config for the object hierarchy this result was found in. | Editors/ObjectTreeGraphSearch.h | |
| Object | UObject * | The object found to match the search. | Editors/ObjectTreeGraphSearch.h | |
| PropertyName | FName | The specific object property that matched the search. None if the object itself matches. | Editors/ObjectTreeGraphSearch.h | |
| RootObject | UObject * | The root object that the current search result was found in. | Editors/ObjectTreeGraphSearch.h |