Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Subtitle Asset Data' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| text | Text | The text to appear in the subtitle. |
| enum | Subtitle Duration Type | Whether to automatically unqueue the subtitle using an associated Sound, or to use the duration supplied below. |
| real | Duration | Time to display in seconds.Defaulted to 3 seconds so when adding new subtitles it's not required to enter a placeholder Duration.Duration can be be set by ingestion pipelines when importing Subtitles in bulk |
| real | Start Offset | Some subtitles have a delay before they're allowed to be displayed (primarily from the legacy system).StartOffset measures how long in Seconds, after queuing, before the subtitle is allowed to enter the active subtitles queue.ESubtitleTiming::ExternallyTimed does not effect this initial delay. |
| real | Priority | The priority of the subtitle. Defaults to 1. Higher values will play instead of lower values. |
| enum | Subtitle Type | Subtitle type for type-specific rendering. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Subtitle Asset Data |