Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderUser
Description
Sets the speech rate text to speech will speak at for this user. Passed in value is clamped between 0.0f and 1.0f.
| Name | SetSpeechRate |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderUser.h |
| Include Path | #include "GenericPlatform/ScreenReaderUser.h" |
| Source | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderUser.cpp |
FScreenReaderReply SetSpeechRate
(
float InRate
)
FScreenReaderReply::Handled() if the speech rate is successfully set. Else, FScreenReaderReply::Unhandled() is returned.