Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Async
Inheritance Hierarchy
- IPCGAsyncLoadingContext
- FPCGDataTableRowToParamDataContext
- FPCGExternalDataContext
- FPCGGetPropertyFromObjectPathContext
- FPCGLoadDataAssetContext
- FPCGMeshSamplerContext
- FPCGPointFromMeshContext
- FPCGStaticMeshSpawnerContext
- FPCGTextureSamplerContext
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Async/PCGAsyncLoadingContext.h |
| Include | #include "Async/PCGAsyncLoadingContext.h" |
Syntax
struct IPCGAsyncLoadingContext
Remarks
Extension interface to add Async Loading support to any Context. Just inherit IPCGAsyncLoadingContext on the element context.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | RequestResourceLoad
(
FPCGContext* ThisContext, |
Request a load. | |
| bool |