Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_BaseAsyncTask
- UK2Node_AsyncAction
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AsyncAction.h |
| Include | #include "K2Node_AsyncAction.h" |
Syntax
class UK2Node_AsyncAction : public UK2Node_BaseAsyncTask
Remarks
!!! The proxy object should have RF_StrongRefOnFrame flag. !!!
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_AsyncAction
(
const FObjectInitializer& ObjectInitializer |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). |