Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_BaseAsyncTask
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h |
| Include | #include "K2Node_BaseAsyncTask.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_BaseAsyncTask.cpp |
bool ExpandDefaultToSelfPin
&40;
FKismetCompilerContext & CompilerContext,
UEdGraph &42; SourceGraph,
UK2Node_CallFunction &42; IntermediateProxyNode
&41;
Remarks
If a the DefaultToSelf pin exists then it needs an actual connection to get properly casted during compilation. True if a successful connection was made to an intermediate node or if one was not necessary. False if a connection was failed.
Parameters
| Name | Description |
|---|---|
| CompilerContext | The current compiler context used during expansion |
| SourceGraph | The graph to place the expanded self node on |
| IntermediateProxyNode | The spawned intermediate proxy node that has a DefaultToSelfPin |