Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- FPCGContext
- IPCGAsyncLoadingContext
- FPCGBoundsFromMeshContext
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGBoundsFromMesh.h |
| Include | #include "Elements/PCGBoundsFromMesh.h" |
Syntax
struct FPCGBoundsFromMeshContext :
public FPCGContext ,
public IPCGAsyncLoadingContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBoundsQueried | ||
| bool | bPrepareDone | ||
| int | CurrentExecuteIndex | ||
| int | CurrentPrepareIndex | ||
| TArray< FSoftObjectPath > | MeshesToLoad | ||
| TMap< int, FBox > | MeshToBoundsMap | ||
| TArray< InputMeshesData > | PerInputData | ||
| FSoftObjectPath | SingleMesh |
Classes
| Type | Name | Description | |
|---|---|---|---|
| InputMeshesData |