Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetSystemLibrary
Description
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
| Name | PrintWarning |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include Path | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
UFUNCTION (BlueprintCallable, Meta=(BlueprintInternalUseOnly="TRUE"))
static void PrintWarning
(
const FString & InString
)
Parameters
| Name | Remarks |
|---|---|
| InString | The string to log out |