B1DrawDebugStringParam
- Parameters for drawing a debug string in the world at a specified 3D location.
| Property | Type | Description | Metadata |
|---|---|---|---|
| TextLocation | FVector | World-space position where the debug string is drawn. | |
| Text | FString | The debug string text to display. | |
| TextColor | FColor | Color of the debug string text. | |
| Duration | float | Duration in seconds the string is displayed. | |
| bDrawShadow | bool | Whether to draw a shadow behind the text. | |
| FontScale | float | Font scale multiplier for the debug string. |