Navigation
API > API/Runtime > API/Runtime/Media
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaOverlaySample.h |
| Include | #include "IMediaOverlaySample.h" |
Syntax
enum EMediaOverlaySampleType
{
Caption,
Subtitle,
Text,
}
Values
| Name | Description |
|---|---|
| Caption | Caption text for hearing impaired users. |
| Subtitle | Subtitle text for non-native speakers. |
| Text | Generic text. |
Remarks
Type of text overlay samples.