|
LEAP Documentation 40220
Documentation for the LEAP project
|
#include "VivoxPlayerComponent.h"#include "OnlineSubsystem.h"#include "ProjectXGameSession.h"#include "ProjectXGameState.h"#include "OnlineSessionSettings.h"#include "OnlineSubsystemSessionSettings.h"#include "ProjectXPlayerState.h"#include "GameFramework/PlayerController.h"#include "Engine/World.h"#include "ProjectXPlayerController.h"#include "SquadComponent.h"#include "ProjectXGameMode.h"#include "VivoxGameInstance.h"#include "SaveManager.h"#include "System/ProjectXGameInstance.h"Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogVivoxPlayerComponent, Log, All) | |
| DECLARE_CYCLE_STAT (TEXT("UVivoxPlayerComponent::ReAttemptJoinSquadVoiceChannel"), STAT_ReAttemptJoinSquadVoice, STATGROUP_PROJECTY) | |
| DECLARE_CYCLE_STAT (TEXT("UVivoxPlayerComponent::ReAttemptLogin"), STAT_ReAttemptVoiceLogin, STATGROUP_PROJECTY) | |
| DECLARE_CYCLE_STAT | ( | TEXT("UVivoxPlayerComponent::ReAttemptJoinSquadVoiceChannel") | , |
| STAT_ReAttemptJoinSquadVoice | , | ||
| STATGROUP_PROJECTY | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("UVivoxPlayerComponent::ReAttemptLogin") | , |
| STAT_ReAttemptVoiceLogin | , | ||
| STATGROUP_PROJECTY | |||
| ) |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogVivoxPlayerComponent | , |
| Log | , | ||
| All | |||
| ) |