Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Utils
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/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 | ClearLogs
(
TWeakObjectPtr< const UPCGNode > InNode, |
Clear all errors and warnings that occurred while executing the given component. | |
| FText | GetLogsSummaryText
(
TWeakObjectPtr< const UPCGNode > InNode, |
Summary text of visual logs from recent execution, appropriate for display in graph editor tooltip. | |
| bool | HasLogs
(
TWeakObjectPtr< const UPCGNode > InNode, |
True if any issues were logged during last execution. | |
| bool | HasLogs
(
TWeakObjectPtr< const UPCGNode > InNode, |
True if an issue with given severity was logged during last execution. | |
| void | Log
(
TWeakObjectPtr< const UPCGNode > InNode, |
Log warnings and errors to be displayed on node in graph editor. |