Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGNodeVisualLogs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns all logs from a given stack | Utils/PCGNodeVisualLogs.h | ||
void GetLogs
(
const UPCGNode* InNode, |
Utils/PCGNodeVisualLogs.h |
GetLogs(const FPCGStack &)
Description
Returns all logs from a given stack
| Name | GetLogs |
| 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 |
FPCGPerNodeVisualLogs GetLogs
(
const FPCGStack & InPCGStack
) const
GetLogs(const UPCGNode , FPCGPerNodeVisualLogs &, TArray< const UPCGComponent > &)
| Name | GetLogs |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Utils/PCGNodeVisualLogs.h |
| Include Path | #include "Utils/PCGNodeVisualLogs.h" |
void GetLogs
(
const UPCGNode * InNode,
FPCGPerNodeVisualLogs & OutLogs,
TArray < const UPCGComponent * > & OutComponents
) const