Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SNodePanel::SNode
- SGraphNode
- SGraphNodeResizable
- SGraphNodeDocumentation
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNodeDocumentation.h |
| Include | #include "SGraphNodeDocumentation.h" |
Syntax
class SGraphNodeDocumentation : public SGraphNodeResizable
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| TSharedPtr< SWidget > | Create documentation page from link and excerpt | ||
| FOptionalSize | Returns the height the documentation content must adhere to, used as a delegate in child widgets | ||
| FOptionalSize | Returns the width the documentation content must adhere to, used as a delegate in child widgets | ||
| FText | Retrives the current documentation title based on the chosen excerpt | ||
| float | Returns the child widget text wrapat size, used as a delegate during creation of documentation page | ||
| FLinearColor | Color of the page gradient end | ||
| FLinearColor | Color of the page gradient start | ||
| EVisibility | Returns the current child widgets visibility for hit testing |
Overridden from SGraphNodeResizable
| Type | Name | Description | |
|---|---|---|---|
| FSlateRect | |||
| FVector2D | Return largest desired node size | ||
| FVector2D | Return smallest desired node size | ||
| float | Get the current titlebar size |
Overridden from SGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Helper function to check if node can be renamed | ||
| void | Update this GraphNode to match the data that it is observing |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float |
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. | |
| FReply | OnMouseWheel
(
const FGeometry& MyGeometry, |
Called when the mouse wheel is spun. This event is bubbled. | |
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |