Description
Prints any value to the log
Information
| Plugin | RigVM |
| Type | FRigVMDispatch_Print |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecuteContext | This pin is used to chain multiple mutable units together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Prefix | The prefix to place at the start of the printed out message | FString | |
| Value | The value to print | Wildcard | |
| Enabled | If False the printing of the message will be skipped | bool | True |
| ScreenDuration | The duration of the printed message to appear on the screen | float | 0.050000 |
| ScreenColor | The color of the message on the screen | Linear Color | (R=1.000000,G=1.000000,B=1.000000,A=1.000000) |