LEAP Documentation 40220
Documentation for the LEAP project
UMapRotationReceiverComponent Class Reference

#include <MapRotationReceiverComponent.h>

Inheritance diagram for UMapRotationReceiverComponent:

Public Member Functions

bool IsReady () const
 
void GetMapList (TArray< FString > &OutMapList) const
 

Protected Member Functions

virtual void BeginPlay () override
 
virtual void StartMapRotationSend ()
 
void SendNextChunk ()
 
void Client_Reliable_SendInitialData (int32 Size)
 
void Client_Reliable_SendChunk (int32 ChunkID, const TArray< FString > &ChunkInfo)
 
void Server_Reliable_AcknowledgeChunk (int32 ChunkID)
 

Protected Attributes

int32 ChunkSize = 10
 
int32 CurrentChunk = 0
 
bool bCompletedReceiving = false
 
TArray< FString > MapList
 

Member Function Documentation

◆ BeginPlay()

void UMapRotationReceiverComponent::BeginPlay ( )
overrideprotectedvirtual

◆ Client_Reliable_SendChunk()

void UMapRotationReceiverComponent::Client_Reliable_SendChunk ( int32  ChunkID,
const TArray< FString > &  ChunkInfo 
)
protected

◆ Client_Reliable_SendInitialData()

void UMapRotationReceiverComponent::Client_Reliable_SendInitialData ( int32  Size)
protected

◆ GetMapList()

void UMapRotationReceiverComponent::GetMapList ( TArray< FString > &  OutMapList) const
inline

◆ IsReady()

bool UMapRotationReceiverComponent::IsReady ( ) const
inline

◆ SendNextChunk()

void UMapRotationReceiverComponent::SendNextChunk ( )
protected

◆ Server_Reliable_AcknowledgeChunk()

void UMapRotationReceiverComponent::Server_Reliable_AcknowledgeChunk ( int32  ChunkID)
protected

◆ StartMapRotationSend()

void UMapRotationReceiverComponent::StartMapRotationSend ( )
protectedvirtual

Member Data Documentation

◆ bCompletedReceiving

bool UMapRotationReceiverComponent::bCompletedReceiving = false
protected

◆ ChunkSize

int32 UMapRotationReceiverComponent::ChunkSize = 10
protected

◆ CurrentChunk

int32 UMapRotationReceiverComponent::CurrentChunk = 0
protected

◆ MapList

TArray<FString> UMapRotationReceiverComponent::MapList
protected

The documentation for this class was generated from the following files: