Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop
| |
|
| Name |
FPCGAppendMeshesFromPointsContext |
| Type |
struct |
| Header File |
/Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGAppendMeshesFromPoints.h |
| Include Path |
#include "Elements/PCGAppendMeshesFromPoints.h" |
Syntax
struct FPCGAppendMeshesFromPointsContext :
public FPCGContext ,
public IPCGAsyncLoadingContext
Inheritance Hierarchy
Implements Interfaces
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bPrepareDataSucceeded |
bool |
|
Elements/PCGAppendMeshesFromPoints.h |
|
| MeshToPointIndicesMapping |
TMap< FSoftObjectPath, TArray< int32 > > |
|
Elements/PCGAppendMeshesFromPoints.h |
|