Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_MacroInstance
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MacroInstance.h |
Include | #include "K2Node_MacroInstance.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_MacroInstance.cpp |
virtual void PostFixupAllWildcardPins ( bool bInAllWildcardPinsUnlinked )
Remarks
Handles any work needed to be done after fixing up all wildcard pins during reconstruction
Parameters
Name | Description |
---|---|
bInAllWildcardPinsUnlinked | TRUE if all wildcard pins were unlinked |