UKismetSystemLibrary::PrintWarning

Prints a warning string to the log and the screen.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp

Syntax

static void PrintWarning
(
    const FString & InString
)

Remarks

Prints a warning string to the log and the screen. Meant to be used as a way to inform the user that they misused the node.

WARNING!! Don't change the signature of this function without fixing up all nodes using it in the compiler

Parameters

Parameter

Description

InString

The string to log out

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss