Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- 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
UCLASS (MinimalAPI, Deprecated)
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 | |
| TSharedPtr< class INameValidatorInterface > | |||
| void | OnRenameNode
(
const FString& NewName |
||
| void | |||
| void |
Overridden from UK2Node_TemporaryVariable
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| 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 | ||
| void | |||
| bool | Return whether the node's properties display in the blueprint details panel |