Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
FKismetCompilerContext & CompilerContext,
UEdGraph * SourceGraph,
UK2Node_CallFunction * IntermediateProxyNode
)
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.
Parameter |
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 |