![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "SubtitleManager.h"#include "Engine/Engine.h"#include "CanvasItem.h"#include "CanvasTypes.h"#include "Audio.h"#include "Components/AudioComponent.h"#include "AudioThread.h"#include "Engine/World.h"#include "UnrealClient.h"#include "EngineLogs.h"Macros | |
| #define | MULTILINE_SPACING_SCALING 1.1f |
| #define | SUBTITLE_CHAR_HEIGHT 24 |
Functions | |
| DEFINE_LOG_CATEGORY (LogSubtitle) | |
Variables | |
| FIntRect | DrawStringOutlineBoxOffset (2, 2, 4, 4) |
| #define MULTILINE_SPACING_SCALING 1.1f |
| #define SUBTITLE_CHAR_HEIGHT 24 |
| DEFINE_LOG_CATEGORY | ( | LogSubtitle | ) |
| FIntRect DrawStringOutlineBoxOffset(2, 2, 4, 4) | ( | 2 | , |
| 2 | , | ||
| 4 | , | ||
| 4 | |||
| ) |
The default offset of the outline box.