Verse API reference page for the DrawText function
Draws a 3D text using the provided draw parameters.
Verse using statement |
using { /UnrealEngine.com/Temporary/Diagnostics } |
DrawText<public>(Text:[]char, Position:vector3, Color:color, DrawDurationPolicy:debug_draw_duration_policy, Duration:float, FontScale:float, DrawDropShadow:logic)<transacts>:void
Parameters
DrawText takes the following parameters:
| Name | Type | Description |
|---|---|---|
Text |
[]char |
|
Position |
vector3 |
|
Color |
color |
|
DrawDurationPolicy |
debug_draw_duration_policy |
|
Duration |
float |
|
FontScale |
float |
|
DrawDropShadow |
logic |
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with DrawText in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |
Effects
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.