Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h |
Include |
#include "K2Node_BaseAsyncTask.h" |
class UK2Node_BaseAsyncTask : public UK2Node
!!! The proxy object should have RF_StrongRefOnFrame flag. !!!
Name | Description | ||
---|---|---|---|
|
ProxyActivateFunctionName |
The name of the 'go' function on the proxy object that will be called after delegates are in place, can be NAME_None. |
|
|
TObjectPtr< UCl... |
ProxyClass |
The type of proxy object that will be created. |
|
TObjectPtr< UCl... |
ProxyFactoryClass |
The class containing the proxy object functions. |
|
ProxyFactoryFunctionName |
The name of the function to call to create a proxy object. |
Name | Description | |
---|---|---|
|
UK2Node_BaseAsyncTask ( |
Name | Description | ||
---|---|---|---|
|
ExpandDefaultToSelfPin ( |
If a the DefaultToSelf pin exists then it needs an actual connection to get properly casted during compilation. |
|
|
UFunction &#... |
GetFactoryFunction() |
Returns the factory function (checked) |
|
HandleDelegates ( |
Expand out the logic to handle the delegate output pins |
|
|
IsCompatibleWithGraph ( |
Name | Description | ||
---|---|---|---|
|
ERedirectTyp... |
DoPinsMatchForReconstruction ( |
Whether or not two pins match for purposes of reconnection after reconstruction. |
|
ExpandNode ( |
Expands a node while compiling, which may add additional nodes or delete this node |
|
|
GetCornerIcon() |
||
|
GetMenuActions |
Replacement for GetMenuEntries(). |
|
|
GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. |
|
|
GetRedirectPinNames ( |
Determines what the possible redirect pin names are |
|
|
HasExternalDependencies |
Returns whether or not this node has dependencies on an external structure If OptionalOutput isn't null, it should be filled with the known dependencies objects (Classes, Structures, Functions, etc). |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetPinHoverText ( |
Fetch the hover text for a pin when the graph is being edited. |
|
|
GetPinMetaData |
Return the requested metadata for the pin if there is any |
|
|
GetTooltipText() |
Gets the tooltip to display when over the node |
|
|
ValidateNodeDuringCompilation ( |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Name |
Description |
|
---|---|---|
|
FBaseAsyncTaskHelper |
Name |
Description |
---|---|
AsyncTaskPinRedirectMap |
Pin Redirector support. |
bAsyncTaskPinRedirectMapInitialized |