Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_MakeVariable
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MakeVariable.h |
| Include | #include "K2Node_MakeVariable.h" |
Syntax
class UK2Node_MakeVariable : public UK2Node
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_MakeVariable
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | GetOutputPin () |
||
| const FBPVariableDescription & | |||
| void | SetupVariable
(
const FBPVariableDescription& InVariableType, |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler |