Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGNodeVisualLogs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Clear all errors and warnings that occurred while executing stacks beginning with the given stack. | Utils/PCGNodeVisualLogs.h | ||
void ClearLogs
(
const IPCGGraphExecutionSource* InSource |
Clear all errors and warnings corresponding to the given execution source. | Utils/PCGNodeVisualLogs.h |
ClearLogs(const FPCGStack &)
Description
Clear all errors and warnings that occurred while executing stacks beginning with the given stack.
| Name | ClearLogs |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Utils/PCGNodeVisualLogs.h |
| Include Path | #include "Utils/PCGNodeVisualLogs.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Utils/PCGNodeVisualLogs.cpp |
void ClearLogs
(
const FPCGStack & InPCGStack
)
ClearLogs(const IPCGGraphExecutionSource *)
Description
Clear all errors and warnings corresponding to the given execution source.
| Name | ClearLogs |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Utils/PCGNodeVisualLogs.h |
| Include Path | #include "Utils/PCGNodeVisualLogs.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Utils/PCGNodeVisualLogs.cpp |
void ClearLogs
(
const IPCGGraphExecutionSource * InSource
)