Typewriter Substring
PureTypewriterSubstringReturns a substring of FullText corresponding to a 0–1 progress value, for driving typewriter text animations from a timeline curve.
Type: Pure (no side effects)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| FullText | FString | — | FullText parameter |
| Progress | float | — | Progress parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FString | ReturnValue output |
Example Use Cases
Example 1
Animate dialogue text appearing character by character.
Example 2
Drive a tutorial hint reveal with a blueprint timeline.