Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FDebugTextRenderer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RenderText
(
float StartingDrawY, |
Renders the given text to the canvas. | Debug/DebugTextRenderer.h | |
void RenderText
(
FVector2f StartingDrawPosition, |
Debug/DebugTextRenderer.h |
RenderText(float, const TStringView< TCHAR >)
Description
Renders the given text to the canvas.
| Name | RenderText |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/DebugTextRenderer.h |
| Include Path | #include "Debug/DebugTextRenderer.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Debug/DebugTextRenderer.cpp |
void RenderText
(
float StartingDrawY,
const TStringView < TCHAR > TextView
)
RenderText(FVector2f, const TStringView< TCHAR >)
| Name | RenderText |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/DebugTextRenderer.h |
| Include Path | #include "Debug/DebugTextRenderer.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Debug/DebugTextRenderer.cpp |
void RenderText
(
FVector2f StartingDrawPosition,
const TStringView < TCHAR > TextView
)