B1AddOnScreenDebugMessageParam
- Parameters for adding an on-screen debug message, including key, duration, color, text, and scale.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Key | uint64 | Unique key for this on-screen message; use INDEX_NONE for no key. | |
| TimeToDisplay | float | Duration in seconds to display this message. | |
| DisplayColor | FColor | Color of the on-screen debug message text. | |
| DebugMessage | FString | The debug message string to display. | |
| bNewerOnTop | bool | Whether newer messages appear above older ones. | |
| TextScale | FVector2D | Text scale multiplier for the on-screen message. |