Navigation
API > API/Plugins > API/Plugins/PCG
Helper struct to keep references on data collection UPCGData visible to GC even if inspection data source gets cleared
| Name | FPCGInspectionData |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraphExecutionInspection.h |
| Include Path | #include "PCGGraphExecutionInspection.h" |
Syntax
struct FPCGInspectionData : public FGCObject
Inheritance Hierarchy
- FGCObject → FPCGInspectionData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TSharedPtr< FPCGDataCollection > | PCGGraphExecutionInspection.h |