Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Utils
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Utils/PCGNodeVisualLogs.h |
| Include | #include "Utils/PCGNodeVisualLogs.h" |
Syntax
class FPCGNodeVisualLogs
Remarks
Collections per-node graph execution warnings and errors.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear all errors and warnings that occurred while executing stacks beginning with the given stack. | ||
| void | ClearLogs
(
const UPCGComponent* InComponent |
Clear all errors and warnings corresponding to the given component. | |
| FText | GetLogsSummaryText
(
const FPCGStack& InBaseStack, |
Summary text of all visual logs produced while executing the provided base stack, appropriate for display in graph editor tooltip. | |
| FText | GetLogsSummaryText
(
const UPCGNode* InNode, |
Returns summary text of visual logs from recent execution, appropriate for display in graph editor tooltip. | |
| bool | Returns true if any issues were logged during last execution. | ||
| bool | Returns true if an issue with given severity was logged during last execution, and writes the minimum encountered verbosity to OutMinVerbosity. | ||
| bool | HasLogsOfVerbosity
(
const FPCGStack& InPCGStack, |
Returns true if an issue with given severity was logged during last execution. | |
| void | Log warnings and errors to be displayed on node in graph editor. |