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 Types | List of all members
GridMate::ReplicaMarshalFlags Struct Reference

Public Types

enum  {
  IncludeDatasets = 1 << 0, ForceDirty = 1 << 1, Authoritative = 1 << 2, Reliable = 1 << 3,
  IncludeCtorData = 1 << 4, OmitUnmodified = 1 << 5, ForceReliable = 1 << 6, None = 0,
  NewProxy = IncludeDatasets | OmitUnmodified | Authoritative | Reliable | ForceReliable, FullSync = IncludeDatasets | ForceDirty | Authoritative | Reliable | ForceReliable
}
 

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