Open 3D Engine GridMate API Reference  2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Public Member Functions | List of all members
GridMate::SendLimitProcessPolicy Class Reference

#include <ReplicaProcessPolicy.h>

Public Member Functions

void BeginFrame (ReplicaTask::RunContext &ctx)
 
void EndFrame (ReplicaTask::RunContext &ctx)
 
bool ShouldProcess (ReplicaTask::RunContext &ctx, ReplicaTask &task)
 

Detailed Description

Process policy that limits tasks processing by bandwidth usage per peer Task will still be processed if any of the target peers is not bandwidth limited or if upstream peer is not limited. Meaning, the actual send rate might be slightly bigger than the limit set on replica manager.


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