Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | UK2Node_MacroInstance |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MacroInstance.h |
| Include Path | #include "K2Node_MacroInstance.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_MacroInstance : public UK2Node_Tunnel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_EditablePinBase → UK2Node_Tunnel → UK2Node_MacroInstance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_MacroInstance
(
const FObjectInitializer& ObjectInitializer |
K2Node_MacroInstance.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReconstructNode | bool | Whether we need to reconstruct the node after the pins have changed | K2Node_MacroInstance.h | |
| ResolvedWildcardType | FEdGraphPinType | Stored type info for what type the wildcard pins in this macro should become. | K2Node_MacroInstance.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedTooltip | FNodeTextCache | Constructing FText strings can be costly, so we cache the node's tooltip | K2Node_MacroInstance.h | |
| MacroGraphReference | FGraphReference | K2Node_MacroInstance.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraph * GetMacroGraph() |
K2Node_MacroInstance.h | ||
UBlueprint * GetSourceBlueprint() |
K2Node_MacroInstance.h | ||
void InferWildcards
(
const TArray< UEdGraphNode* >& InNodes |
Public function for inferring wildcards after macro expansion. | K2Node_MacroInstance.h | |
void SetMacroGraph
(
UEdGraph* Graph |
K2Node_MacroInstance.h |
Overridden from UK2Node_Tunnel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostFixupAllWildcardPins
(
bool bInAllWildcardPinsUnlinked |
Handles any work needed to be done after fixing up all wildcard pins during reconstruction | K2Node_MacroInstance.h |
Overridden from UK2Node_EditablePinBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanCreateUserDefinedPin
(
const FEdGraphPinType& InPinType, |
Queries if a user defined pin of the passed type can be constructed on this node. | K2Node_MacroInstance.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DrawNodeAsEntry() |
Return whether to draw this node as an entry | K2Node_MacroInstance.h | |
virtual bool DrawNodeAsExit() |
Return whether to draw this node as an entry | K2Node_MacroInstance.h | |
virtual FText GetCompactNodeTitle() |
Return title if drawing this node in 'compact' mode | K2Node_MacroInstance.h | |
virtual FName GetCornerIcon() |
K2Node_MacroInstance.h | ||
virtual FText GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. | K2Node_MacroInstance.h | |
virtual void GetNodeAttributes
(
TArray< TKeyValuePair< FString, FString > >& OutNodeAttributes |
This function returns an arbitrary number of attributes that describe this node for analytics events | K2Node_MacroInstance.h | |
virtual int32 GetNodeRefreshPriority() |
K2Node_MacroInstance.h | ||
virtual FBlueprintNodeSignature GetSignature () |
Retrieves a unique identifier for this node type. | K2Node_MacroInstance.h | |
virtual bool IsActionFilteredOut
(
FBlueprintActionFilter const& Filter |
Determine if the node of this type should be filtered in the actions menu | K2Node_MacroInstance.h | |
virtual 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 | K2Node_MacroInstance.h | |
virtual void PostReconstructNode() |
Called at the end of ReconstructNode, allows node specific work to be performed | K2Node_MacroInstance.h | |
virtual void PreloadRequiredAssets() |
Called before compilation begins, giving a blueprint time to force the linker to load data | K2Node_MacroInstance.h | |
virtual bool ShouldDrawCompact() |
Should draw compact | K2Node_MacroInstance.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
K2Node_MacroInstance.h | ||
virtual bool CanPasteHere
(
const UEdGraph* TargetGraph |
K2Node_MacroInstance.h | ||
virtual bool CanUserDeleteNode() |
K2Node_MacroInstance.h | ||
virtual FString GetDocumentationExcerptName() |
K2Node_MacroInstance.h | ||
virtual FString GetDocumentationLink() |
K2Node_MacroInstance.h | ||
virtual FSlateIcon GetIconAndTint
(
FLinearColor& OutColor |
K2Node_MacroInstance.h | ||
virtual UObject * GetJumpTargetForDoubleClick() |
K2Node_MacroInstance.h | ||
virtual FText GetKeywords() |
K2Node_MacroInstance.h | ||
virtual void GetNodeContextMenuActions
(
UToolMenu* Menu, |
K2Node_MacroInstance.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
K2Node_MacroInstance.h | ||
virtual FLinearColor GetNodeTitleColor() |
K2Node_MacroInstance.h | ||
virtual FText GetTooltipText() |
K2Node_MacroInstance.h | ||
| K2Node_MacroInstance.h | |||
virtual void NodeConnectionListChanged() |
K2Node_MacroInstance.h | ||
virtual void PostPasteNode() |
K2Node_MacroInstance.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
K2Node_MacroInstance.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void FindInContentBrowser
(
TWeakObjectPtr< UK2Node_MacroInstance > MacroInstance |
K2Node_MacroInstance.h | ||
static FKismetUserDeclaredFunctionMetadata * GetAssociatedGraphMetadata
(
const UEdGraph* AssociatedMacroGraph |
Finds the associated metadata for the macro instance if there is any; this function is not particularly fast. | K2Node_MacroInstance.h |