Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDefaultExecutionState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FPCGGraphExecutionInspection & GetInspection () |
Returns the FPCGGraphExecutionInspection object for this ExecutionState | PCGDefaultExecutionSource.h | |
virtual FPCGGraphExecutionInspection & GetInspection () |
PCGDefaultExecutionSource.h |
GetInspection()
Description
Returns the FPCGGraphExecutionInspection object for this ExecutionState
| Name | GetInspection |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGDefaultExecutionSource.h |
| Include Path | #include "PCGDefaultExecutionSource.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGDefaultExecutionSource.cpp |
virtual const FPCGGraphExecutionInspection & GetInspection() const
GetInspection()
| Name | GetInspection |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGDefaultExecutionSource.h |
| Include Path | #include "PCGDefaultExecutionSource.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGDefaultExecutionSource.cpp |
virtual FPCGGraphExecutionInspection & GetInspection()