Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UEdGraphNode_Documentation |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode_Documentation.h |
| Include Path | #include "EdGraph/EdGraphNode_Documentation.h" |
Syntax
UCLASS (MinimalAPI)
class UEdGraphNode_Documentation : public UEdGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UEdGraphNode_Documentation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphNode_Documentation
(
const FObjectInitializer& ObjectInitializer |
EdGraph/EdGraphNode_Documentation.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Excerpt | FString | Documentation Excerpt | EdGraph/EdGraphNode_Documentation.h |
|
| Link | FString | Documentation Link | EdGraph/EdGraphNode_Documentation.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetBounds
(
const FSlateRect& Rect |
Set the Bounds for the comment node | EdGraph/EdGraphNode_Documentation.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. | EdGraph/EdGraphNode_Documentation.h | |
virtual FString 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) | EdGraph/EdGraphNode_Documentation.h | |
virtual FString GetDocumentationLink() |
Returns the link used for external documentation for the graph node | EdGraph/EdGraphNode_Documentation.h | |
virtual FSlateIcon GetIconAndTint
(
FLinearColor& OutColor |
EdGraph/EdGraphNode_Documentation.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | EdGraph/EdGraphNode_Documentation.h | |
virtual FLinearColor GetNodeTitleColor() |
Gets the draw color of a node's title bar | EdGraph/EdGraphNode_Documentation.h | |
virtual FText GetPinNameOverride
(
const UEdGraphPin& Pin |
Gets the overridden name for the specified pin, if any | EdGraph/EdGraphNode_Documentation.h | |
virtual FText GetTooltipText() |
Gets the tooltip to display when over the node | EdGraph/EdGraphNode_Documentation.h | |
virtual TSharedPtr< class INameValidatorInterface > MakeNameValidator() |
Create a name validator for this node | EdGraph/EdGraphNode_Documentation.h | |
virtual void OnRenameNode
(
const FString& NewName |
Called when this node is being renamed after a successful name validation | EdGraph/EdGraphNode_Documentation.h | |
virtual void PostPlacedNewNode () |
A chance to initialize a new node; called just once when a new node is created, before AutowireNewNode or AllocateDefaultPins is called. | EdGraph/EdGraphNode_Documentation.h | |
virtual void ResizeNode
(
const FVector2f& NewSize |
EdGraph/EdGraphNode_Documentation.h | ||
virtual bool ShouldOverridePinNames () |
Whether or not this node should be given the chance to override pin names. | EdGraph/EdGraphNode_Documentation.h |