Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor
A search panel to find things in one or more object tree graphs.
| Name | SFindInObjectTreeGraph |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SFindInObjectTreeGraph.h |
| Include Path | #include "Editors/SFindInObjectTreeGraph.h" |
Syntax
class SFindInObjectTreeGraph : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SFindInObjectTreeGraph
- FSlateControlledConstruction → SWidget → SCompoundWidget → SFindInObjectTreeGraph
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGetRootObjectsToSearch | TBaseDelegate_OneParam< void, TArray< FFindInObjectTreeGraphSource > & > | Editors/SFindInObjectTreeGraph.h | |
| FOnJumpToObjectRequested | TBaseDelegate_TwoParams< void, UObject *, FName > | Editors/SFindInObjectTreeGraph.h | |
| FResultPtr | TSharedPtr< FFindInObjectTreeGraphResult > | Editors/SFindInObjectTreeGraph.h | |
| SResultTreeView | STreeView< FResultPtr > | Editors/SFindInObjectTreeGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Editors/SFindInObjectTreeGraph.h | ||
void FocusSearchEditBox() |
Editors/SFindInObjectTreeGraph.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< ITableRow > OnResultTreeViewGenerateRow
(
FResultPtr InItem, |
Editors/SFindInObjectTreeGraph.h | ||
void OnResultTreeViewGetChildren
(
FResultPtr InItem, |
Editors/SFindInObjectTreeGraph.h | ||
void OnResultTreeViewMouseButtonDoubleClick
(
FResultPtr Item |
Editors/SFindInObjectTreeGraph.h | ||
void OnResultTreeViewSelectionChanged
(
FResultPtr Item, |
Editors/SFindInObjectTreeGraph.h | ||
void OnSearchTextChanged
(
const FText& Text |
Editors/SFindInObjectTreeGraph.h | ||
void OnSearchTextCommitted
(
const FText& Text, |
Editors/SFindInObjectTreeGraph.h | ||
void StartSearch() |
Editors/SFindInObjectTreeGraph.h |