Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor
Structure for a search result inside an object tree graph.
| Name | FFindInObjectTreeGraphResult |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SFindInObjectTreeGraph.h |
| Include Path | #include "Editors/SFindInObjectTreeGraph.h" |
Syntax
struct FFindInObjectTreeGraphResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFindInObjectTreeGraphResult
(
const FText& InCustomText |
Creates a new result with a custom text. | Editors/SFindInObjectTreeGraph.h | |
FFindInObjectTreeGraphResult
(
TSharedPtr< FFindInObjectTreeGraphResult >& InParent, |
Creates a new result referring to an object, under a parent result. | Editors/SFindInObjectTreeGraph.h | |
FFindInObjectTreeGraphResult
(
TSharedPtr< FFindInObjectTreeGraphResult >& InParent, |
Creates a new result referring to an object's property, under a parent result. | Editors/SFindInObjectTreeGraph.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedPtr< FFindInObjectTreeGraphResult > > | Children results. | Editors/SFindInObjectTreeGraph.h | |
| CustomText | FText | Custom text for this result. | Editors/SFindInObjectTreeGraph.h | |
| Parent | TWeakPtr< FFindInObjectTreeGraphResult > | Parent result. | Editors/SFindInObjectTreeGraph.h | |
| PropertyName | FName | The property name that this result refers to. | Editors/SFindInObjectTreeGraph.h | |
| WeakObject | TWeakObjectPtr | The object that this result refers to. | Editors/SFindInObjectTreeGraph.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Source | FFindInObjectTreeGraphSource | Editors/SFindInObjectTreeGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetCategory() |
Gets the category for this result. | Editors/SFindInObjectTreeGraph.h | |
FText GetCommentText() |
Gets the comment text for this result. | Editors/SFindInObjectTreeGraph.h | |
TSharedRef< SWidget > GetIcon() |
Gets the icon for this result. | Editors/SFindInObjectTreeGraph.h | |
FText GetText() |
Gets the display text for this result. | Editors/SFindInObjectTreeGraph.h | |
FReply OnClick
(
TSharedRef< SFindInObjectTreeGraph > FindInObjectTreeGraph |
Go to the graph node, pin, etc. | Editors/SFindInObjectTreeGraph.h |