Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGGraphExecutionInspection
Description
Data is only valid inside the function call. If you want the data to outlive the call, use GetInspectionDataPtr instead.
| Name | InspectData |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraphExecutionInspection.h |
| Include Path | #include "PCGGraphExecutionInspection.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraphExecutionInspection.cpp |
bool InspectData
(
const FPCGStack & InStack,
TFunctionRef < void &)> InspectFunc
) const