BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/String
Prints a string to the log If Print To Log is true, it will be visible in the Output Log window. Otherwise it will be logged only as 'Verbose', so it generally won't show up.
Target is Kismet System Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
string | In String | The string to log out |
boolean | Print to Log | Whether or not to print the output to the log |
Outputs
Type | Name | Description |
---|---|---|
exec | Out |