Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/FFindInObjectTreeGraphResult
Overloads
| 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 |
FFindInObjectTreeGraphResult(const FText &)
Description
Creates a new result with a custom text.
| Name | FFindInObjectTreeGraphResult |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SFindInObjectTreeGraph.h |
| Include Path | #include "Editors/SFindInObjectTreeGraph.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/SFindInObjectTreeGraph.cpp |
FFindInObjectTreeGraphResult
(
const FText & InCustomText
)
FFindInObjectTreeGraphResult(TSharedPtr< FFindInObjectTreeGraphResult > &, const FFindInObjectTreeGraphSource &, UObject *)
Description
Creates a new result referring to an object, under a parent result.
| Name | FFindInObjectTreeGraphResult |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SFindInObjectTreeGraph.h |
| Include Path | #include "Editors/SFindInObjectTreeGraph.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/SFindInObjectTreeGraph.cpp |
FFindInObjectTreeGraphResult
(
TSharedPtr< FFindInObjectTreeGraphResult > & InParent,
const FFindInObjectTreeGraphSource & InSource,
UObject * InObject
)
FFindInObjectTreeGraphResult(TSharedPtr< FFindInObjectTreeGraphResult > &, const FFindInObjectTreeGraphSource &, UObject *, FName)
Description
Creates a new result referring to an object's property, under a parent result.
| Name | FFindInObjectTreeGraphResult |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SFindInObjectTreeGraph.h |
| Include Path | #include "Editors/SFindInObjectTreeGraph.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/SFindInObjectTreeGraph.cpp |
FFindInObjectTreeGraphResult
(
TSharedPtr< FFindInObjectTreeGraphResult > & InParent,
const FFindInObjectTreeGraphSource & InSource,
UObject * InObject,
FName InPropertyName
)