Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SPinValueInspector
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SPinValueInspector.h |
| Include | #include "SPinValueInspector.h" |
Syntax
class SPinValueInspector : public SCompoundWidget
Remarks
Inspects the referenced pin object's underlying property value and presents it within a tree view. Compound properties (e.g. structs/containers) will be broken down into a hierarchy of child nodes.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPinToTreeView
(
const UEdGraphPin* Pin, |
Adds a single pin to the tree view | |
| void | AddTreeItemUnique
(
const FDebugTreeItemPtr& Item |
Adds a unique tree item to the TreeView. | |
| void | Construct
(
const FArguments& InArgs |
||
| const FEdGraphPinReference & | GetPinRef () |
Gets the current watched pin reference | |
| EVisibility | |||
| void | OnExpansionChanged
(
FDebugTreeItemPtr InItem, |
Requests the constrained box be resized | |
| void | OnSearchTextChanged
(
const FText& InSearchText |
Passes SearchText through to tree view | |
| void | Adds relevant pins to the tree view | ||
| void | Marks tree view for updating currently filtered items. | ||
| void | SetPinRef
(
const FEdGraphPinReference& InPinRef |
Sets the current watched pin | |
| bool | Whether the search filter UI should be visible. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |