UK2Node_BaseAsyncTask::ExpandDefaultToSelfPin

If a the DefaultToSelf pin exists then it needs an actual connection to get properly casted during compilation.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

bool ExpandDefaultToSelfPin
(
    FKismetCompilerContext & CompilerContext,
    UEdGraph * SourceGraph,
    UK2Node_CallFunction * IntermediateProxyNode
)

Remarks

If a the DefaultToSelf pin exists then it needs an actual connection to get properly casted during compilation.

Returns

True if a successful connection was made to an intermediate node or if one was not necessary. False if a connection was failed.

Parameters

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