Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGGenerateGraphAsync |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGBlueprintHelpers.h |
| Include Path | #include "Helpers/PCGBlueprintHelpers.h" |
Syntax
UCLASS (MinimalAPI)
class UPCGGenerateGraphAsync : public UBlueprintAsyncActionBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintAsyncActionBase → UPCGGenerateGraphAsync
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Graph | TObjectPtr< UPCGGraphInterface > | Helpers/PCGBlueprintHelpers.h | ||
| OnCompleted | FPCGOnGenerateGraphAsyncCompleted | Called when graph generation completes or aborts. | Helpers/PCGBlueprintHelpers.h |
|
| Seed | int32 | Helpers/PCGBlueprintHelpers.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UPCGGenerateGraphAsync * GenerateGraphAsync
(
UPCGGraphInterface* Graph, |
Triggers async generation of a PCG Standalone Graph. | Helpers/PCGBlueprintHelpers.h |
|