Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGNodeVisualLogs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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. | Utils/PCGNodeVisualLogs.h | |
FText GetLogsSummaryText
(
const UPCGNode* InNode, |
Returns summary text of visual logs from recent execution, appropriate for display in graph editor tooltip. | Utils/PCGNodeVisualLogs.h |
GetLogsSummaryText(const FPCGStack &, ELogVerbosity::Type *)
Description
Summary text of all visual logs produced while executing the provided base stack, appropriate for display in graph editor tooltip.
| Name | GetLogsSummaryText |
| 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 |
FText GetLogsSummaryText
(
const FPCGStack & InBaseStack,
ELogVerbosity::Type * OutMinimumVerbosity
) const
GetLogsSummaryText(const UPCGNode *, ELogVerbosity::Type &)
Description
Returns summary text of visual logs from recent execution, appropriate for display in graph editor tooltip. Writes the minimum encountered verbosity to OutMinimumVerbosity.
| Name | GetLogsSummaryText |
| 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 |
FText GetLogsSummaryText
(
const UPCGNode * InNode,
ELogVerbosity::Type & OutMinimumVerbosity
) const