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
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Editors/ObjectTreeGraphSearch.h | |||
FObjectTreeGraphSearchResult
(
UEdGraph* InGraph, |
Editors/ObjectTreeGraphSearch.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Graph | UEdGraph * | The graph in which the result was found. | Editors/ObjectTreeGraphSearch.h | |
| Node | UEdGraphNode * | The node found to match the search. | Editors/ObjectTreeGraphSearch.h | |
| PinName | FName | The name of the pin that matched the search. None if the node itself matches. | Editors/ObjectTreeGraphSearch.h |