Navigation
API > API/Plugins > API/Plugins/PCG
Description
Convenience function that would either log warning on the graph if there is a context, or in the console if not. Note that if the context is not set, it will look for the current context for this thread.
| Name | PCGLog::LogWarningOnGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Utils/PCGLogErrors.h |
| Include Path | #include "Utils/PCGLogErrors.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Utils/PCGLogErrors.cpp |
namespace PCGLog
{
void PCGLog::LogWarningOnGraph
(
const FText & InMsg,
const FPCGContext * InContext
)
}