| bCanEditDuration |
bool |
Editor-only helper value for SubtitleDefaultDuration's EditCondition. |
Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
|
| Comment |
FString |
Author comments, editor-only. |
Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
- EditAnywhere
- Category="Subtitles"
|
| Duration |
float |
Time to display in seconds. |
Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Subtitles|Duration"
- Meta=(ClampMin=0.05f, EditCondition="bCanEditDuration")
|
| Priority |
float |
The priority of the subtitle. Defaults to 1. Higher values will play instead of lower values. |
Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Subtitles"
|
| StartOffset |
float |
Some subtitles have a delay before they're allowed to be displayed (primarily from the legacy system). |
Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Subtitles"
- Meta=(ClampMin=0.f)
|
| SubtitleDurationType |
ESubtitleDurationType |
Whether to automatically unqueue the subtitle using an associated Sound, or to use the duration supplied below. |
Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Subtitles|Duration"
|
| SubtitleType |
ESubtitleType |
Subtitle type for type-specific rendering. |
Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Subtitles"
|
| Text |
FText |
The text to appear in the subtitle. |
Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Subtitles"
- Meta=(Multiline=true)
|