Skip to main content

B1AddOnScreenDebugMessageParam

  • Parameters for adding an on-screen debug message, including key, duration, color, text, and scale.
PropertyTypeDescriptionMetadata
Keyuint64Unique key for this on-screen message; use INDEX_NONE for no key.
TimeToDisplayfloatDuration in seconds to display this message.
DisplayColorFColorColor of the on-screen debug message text.
DebugMessageFStringThe debug message string to display.
bNewerOnTopboolWhether newer messages appear above older ones.
TextScaleFVector2DText scale multiplier for the on-screen message.