Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode_Documentation.h |
Include |
#include "EdGraph/EdGraphNode_Documentation.h" |
class UEdGraphNode_Documentation : public UEdGraphNode
Name | Description | |
---|---|---|
|
UEdGraphNode_Documentation ( |
Name | Description | ||
---|---|---|---|
|
SetBounds ( |
Set the Bounds for the comment node |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
GetDocumentationExcerptName() |
Returns the name of the excerpt to display from the specified external documentation link for the graph node Default behavior is to return the class name (including prefix) |
|
|
GetDocumentationLink() |
Returns the link used for external documentation for the graph node |
|
|
GetIconAndTint ( |
||
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
GetPinNameOverride ( |
Gets the overridden name for the specified pin, if any |
|
|
GetTooltipText() |
Gets the tooltip to display when over the node |
|
|
TSharedPtr< ... |
MakeNameValidator() |
Create a name validator for this node |
|
OnRenameNode ( |
Called when this node is being renamed after a successful name validation |
|
|
PostPlacedNewNode() |
A chance to initialize a new node; called just once when a new node is created, before AutowireNewNode or AllocateDefaultPins is called. |
|
|
ResizeNode ( |
Update node size to new value |
|
|
ShouldOverridePinNames() |
Whether or not this node should be given the chance to override pin names. |