Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_EditablePinBase
- UK2Node_Tunnel
- UK2Node_MacroInstance
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MacroInstance.h |
| Include | #include "K2Node_MacroInstance.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_MacroInstance : public UK2Node_Tunnel
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bReconstructNode | Whether we need to reconstruct the node after the pins have changed | |
| FEdGraphPinType | ResolvedWildcardType | Stored type info for what type the wildcard pins in this macro should become. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_MacroInstance
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanPasteHere
(
const UEdGraph* TargetGraph |
||
| void | FindInContentBrowser
(
TWeakObjectPtr< UK2Node_MacroInstance > MacroInstance |
||
| FKismetUserDeclaredFunctionMetadata * | GetAssociatedGraphMetadata
(
const UEdGraph* AssociatedMacroGraph |
Finds the associated metadata for the macro instance if there is any; this function is not particularly fast. | |
| FString | |||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetKeywords () |
||
| UEdGraph * | |||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
||
| UBlueprint * | |||
| bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
||
| void | InferWildcards
(
const TArray< UEdGraphNode* >& InNodes |
Public function for inferring wildcards after macro expansion. | |
| void | |||
| void | SetMacroGraph
(
UEdGraph* Graph |
Overridden from UK2Node_Tunnel
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| void | PostFixupAllWildcardPins
(
bool bInAllWildcardPinsUnlinked |
Handles any work needed to be done after fixing up all wildcard pins during reconstruction | |
| void |
Overridden from UK2Node_EditablePinBase
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | CanCreateUserDefinedPin
(
const FEdGraphPinType& InPinType, |
Queries if a user defined pin of the passed type can be constructed on this node. |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| bool | Return whether to draw this node as an entry | ||
| bool | Return whether to draw this node as an entry | ||
| FText | Return title if drawing this node in 'compact' mode | ||
| FName | |||
| FString | |||
| UObject * | |||
| FText | Override to provide a default category for specific node types to be listed under. | ||
| void | GetNodeAttributes
(
TArray< TKeyValuePair< FString, FString > >& OutNodeAttributes |
This function returns an arbitrary number of attributes that describe this node for analytics events | |
| int32 | |||
| FLinearColor | |||
| FBlueprintNodeSignature | GetSignature () |
Retrieves a unique identifier for this node type. | |
| bool | IsActionFilteredOut
(
FBlueprintActionFilter const& Filter |
Determine if the node of this type should be filtered in the actions menu | |
| void | NotifyPinConnectionListChanged
(
UEdGraphPin* Pin |
Called when the connection list of one of the pins of this node is changed in the editor, after the pin has had it's literal cleared | |
| void | Called at the end of ReconstructNode, allows node specific work to be performed | ||
| void | Called before compilation begins, giving a blueprint time to force the linker to load data | ||
| void | Serialize
(
FArchive& Ar |
||
| bool | Should draw compact |