Navigation
API > API/Runtime > API/Runtime/Engine
A line of subtitle text and the time at which it should be displayed.
| Name | FSubtitleCue |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FSubtitleCue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSubtitleCue() |
Engine/EngineTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Text | FText | The text to appear in the subtitle. | Engine/EngineTypes.h |
|
| Time | float | The time at which the subtitle is to be displayed, in seconds relative to the beginning of the line. | Engine/EngineTypes.h |
|