EViseme USpeechComponent::GetCurrentViseme()

in Source/AmazonPollyMetaHuman/Private/SpeechComponent.cpp [82:85]


EViseme USpeechComponent::GetCurrentViseme() {
    FScopeLock lock(&Mutex);
    return CurrentViseme;
}