Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_BaseAsyncTask
- UK2Node_AsyncAction
- UK2Node_InAppPurchase2
- UK2Node_InAppPurchaseCheckout
- UK2Node_InAppPurchaseFinalize
- UK2Node_InAppPurchaseGetKnownReceipts
- UK2Node_InAppPurchaseQuery2
- UK2Node_InAppPurchaseQueryOwned2
- UK2Node_InAppPurchaseQueryOwnedProducts
- UK2Node_InAppPurchaseRestore2
- UK2Node_InAppPurchaseRestoreOwnedProducts
- UK2Node_InAppPurchaseUnprocessed2
- UK2Node_LeaderboardFlush
- UK2Node_LeaderboardQuery
- UK2Node_PlayMontageOnMoverActor
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseAsyncTask.h |
Include | #include "K2Node_BaseAsyncTask.h" |
Syntax
UCLASS (Abstract)
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 | |
---|---|---|---|
![]() ![]() |
void | ||
![]() |
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) | |
![]() ![]() ![]() |
FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
|
![]() ![]() ![]() |
FText | ||
![]() ![]() |
bool | HandleDelegates
(
const TArray< FBaseAsyncTaskHelper::FOutputPinAndLocalVariable >& VariableOutputs, |
Expand out the logic to handle the delegate output pins |
![]() ![]() ![]() |
bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
|
![]() ![]() ![]() |
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 | GetPinHoverText
(
const UEdGraphPin& Pin, |
|
![]() ![]() |
FString | GetPinMetaData
(
FName InPinName, |
|
![]() ![]() ![]() |
void | GetRedirectPinNames
(
const UEdGraphPin& Pin, |
Determines what the possible redirect pin names are |
![]() ![]() ![]() |
FText | ||
![]() ![]() ![]() |
void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FBaseAsyncTaskHelper |
Constants
Name | Description |
---|---|
AsyncTaskPinRedirectMap | Pin Redirector support. |
bAsyncTaskPinRedirectMapInitialized |