Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_BaseAsyncTask
- UK2Node_AIMoveTo
- UK2Node_AsyncAction
- UK2Node_ConvertToHEIF
- UK2Node_ConvertToJPEG
- UK2Node_ConvertToPNG
- UK2Node_ConvertToTIFF
- UK2Node_DetectFaces
- UK2Node_InAppPurchase2
- UK2Node_InAppPurchaseCheckout
- UK2Node_InAppPurchaseFinalize
- UK2Node_InAppPurchaseGetKnownReceipts
- UK2Node_InAppPurchaseQuery2
- UK2Node_InAppPurchaseQueryOwned2
- UK2Node_InAppPurchaseQueryOwnedProducts
- UK2Node_InAppPurchaseRestore2
- UK2Node_InAppPurchaseRestoreOwnedProducts
- UK2Node_InAppPurchaseUnprocessed2
- UK2Node_LatentGameplayTaskCall
- UK2Node_LatentAbilityCall
- UK2Node_LeaderboardFlush
- UK2Node_LeaderboardQuery
- UK2Node_PlayMontage
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h |
| Include | #include "K2Node_BaseAsyncTask.h" |
Syntax
class UK2Node_BaseAsyncTask : public UK2Node
Remarks
!!! The proxy object should have RF_StrongRefOnFrame flag. !!!
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | 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< UClass > | ProxyClass | The type of proxy object that will be created. | |
| TObjectPtr< UClass > | ProxyFactoryClass | The class containing the proxy object functions. | |
| FName | ProxyFactoryFunctionName | The name of the function to call to create a proxy object. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_BaseAsyncTask
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ExpandDefaultToSelfPin
(
FKismetCompilerContext& CompilerContext, |
If a the DefaultToSelf pin exists then it needs an actual connection to get properly casted during compilation. | |
| UFunction * | Returns the factory function (checked) | ||
| bool | HandleDelegates
(
const TArray< FBaseAsyncTaskHelper::FOutputPinAndLocalVariable >& VariableOutputs, |
Expand out the logic to handle the delegate output pins | |
| bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| ERedirectType | DoPinsMatchForReconstruction
(
const UEdGraphPin* NewPin, |
Whether or not two pins match for purposes of reconnection after reconstruction. | |
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | |
| FName | |||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| void | GetRedirectPinNames
(
const UEdGraphPin& Pin, |
Determines what the possible redirect pin names are | |
| FText |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| void | GetPinHoverText
(
const UEdGraphPin& Pin, |
Fetch the hover text for a pin when the graph is being edited. | |
| FString | GetPinMetaData
(
FName InPinName, |
Return the requested metadata for the pin if there is any | |
| FText | Gets the tooltip to display when over the node | ||
| bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
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). | |
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBaseAsyncTaskHelper |
Constants
| Name | Description |
|---|---|
| AsyncTaskPinRedirectMap | Pin Redirector support. |
| bAsyncTaskPinRedirectMapInitialized |