Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetSystemLibrary
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 |
static void PrintWarning
&40;
const FString & InString
&41;
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
| Name | Description |
|---|---|
| InString | The string to log out |