Replicate client selection to the server to filter server debug replication

This commit is contained in:
Arnaud Jamin
2023-10-18 14:09:02 -04:00
parent fd235b17da
commit db184c4aed
17 changed files with 231 additions and 72 deletions
@@ -28,7 +28,7 @@ protected:
private:
UPROPERTY(Config)
bool FilterBySelection = true;
bool bIsFilteringBySelection = true;
UPROPERTY(Config)
bool Persistent = false;