Public Member Functions | |
| virtual bool | Init () override |
| void | RegisterTalkers (const TArray< TSharedRef< const FUniqueNetId > > &Players) |
| void | RegisterTalker (const FUniqueNetIdRef Player) |
| void | RegisterTalker (const FUniqueNetIdRef Player, const FNamedOnlineSession &SessionName) |
| void | RemoveAllTalkers () |
| bool | IsVoiceEnabled () |
| Check if voice chat is enabled. | |
Protected Attributes | |
| FOnlineSubsystemAccelByteWPtr | AccelByteSubsystem = nullptr |
| bool FOnlineVoiceAccelByte::IsVoiceEnabled | ( | ) |
Check if voice chat is enabled.
| void FOnlineVoiceAccelByte::RegisterTalker | ( | const FUniqueNetIdRef | Player | ) |
Registers the unique player id as a talker
| Player | Player to add |
| void FOnlineVoiceAccelByte::RegisterTalker | ( | const FUniqueNetIdRef | Player, |
| const FNamedOnlineSession & | SessionName ) |
Registers the unique player id as a talker with session name
| Player | Player to add |
| SessionName | Session name |
| void FOnlineVoiceAccelByte::RegisterTalkers | ( | const TArray< TSharedRef< const FUniqueNetId > > & | Players | ) |
Registers array of the unique player ids as a talker
| Player | ids Players to add |
| void FOnlineVoiceAccelByte::RemoveAllTalkers | ( | ) |
Remove all talker