| // Copyright Epic Games, Inc. All Rights Reserved. | |
| ULyraReplicationGraphSettings::ULyraReplicationGraphSettings() | |
| { | |
| CategoryName = TEXT("Game"); | |
| DefaultReplicationGraphClass = ULyraReplicationGraph::StaticClass(); | |
| } |
| // Copyright Epic Games, Inc. All Rights Reserved. | |
| ULyraReplicationGraphSettings::ULyraReplicationGraphSettings() | |
| { | |
| CategoryName = TEXT("Game"); | |
| DefaultReplicationGraphClass = ULyraReplicationGraph::StaticClass(); | |
| } |