Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_TemporaryVariable
- UDEPRECATED_K2Node_LocalVariable
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_LocalVariable.h |
| Include | #include "K2Node_LocalVariable.h" |
Syntax
class UDEPRECATED_K2Node_LocalVariable : public UK2Node_TemporaryVariable
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | CustomVariableName | If this is not an override, allow user to specify a name for the function created by this entry point | |
| FText | VariableTooltip | The local variable's assigned tooltip |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDEPRECATED_K2Node_LocalVariable
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ChangeVariableType
(
const FEdGraphPinType& InVariableType |
Assigns the local variable a type | |
| bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| bool | Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint | ||
| bool | Return whether the node's properties display in the blueprint details panel |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | Gets the tooltip to display when over the node | ||
| TSharedPtr< class INameValidatorInterface > | Create a name validator for this node | ||
| void | OnRenameNode
(
const FString& NewName |
Called when this node is being renamed after a successful name validation | |
| void | Perform any fixups (deep copies of associated data, etc...) necessary after a node has been pasted in the editor | ||
| void | A chance to initialize a new node; called just once when a new node is created, before AutowireNewNode or AllocateDefaultPins is called. | ||
| void | Refresh the connectors on a node, preserving as many connections as it can. |