Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGNodeVisualLogs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns true if any issues were logged during last execution. | Utils/PCGNodeVisualLogs.h | ||
bool HasLogs
(
const FPCGStack& InPCGStack, |
Returns true if an issue with given severity was logged during last execution, and writes the minimum encountered verbosity to OutMinVerbosity. | Utils/PCGNodeVisualLogs.h |
HasLogs(const FPCGStack &)
Description
Returns true if any issues were logged during last execution.
| Name | HasLogs |
| 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 |
bool HasLogs
(
const FPCGStack & InPCGStack
) const
HasLogs(const FPCGStack &, ELogVerbosity::Type &)
Description
Returns true if an issue with given severity was logged during last execution, and writes the minimum encountered verbosity to OutMinVerbosity.
| Name | HasLogs |
| 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 |
bool HasLogs
(
const FPCGStack & InPCGStack,
ELogVerbosity::Type & OutMinVerbosity
) const