Category: Developer
Since engine version: 9.0 OC
Warning
Description
Prints out the specified warning message and the call stack, see LogCallStack, but continues the execution of the function it was called in. This function can e.g. be used to debug scripts.
Syntax
any Warning(string message, ...);
Parameters
- message:
- [opt] Warning message to be displayed, gets the prefix
WARNING:
from the function. - ...:
- [opt] Additional parameters for text formatting.
See also: FatalError