unitysamples / LyraStarterGame /Source /LyraGame /System /LyraReplicationGraphSettings.cpp
Alexhas2's picture
Add files using upload-large-folder tool
7fd553e verified
// Copyright Epic Games, Inc. All Rights Reserved.
#include "LyraReplicationGraphSettings.h"
#include "Misc/App.h"
#include "System/LyraReplicationGraph.h"
ULyraReplicationGraphSettings::ULyraReplicationGraphSettings()
{
CategoryName = TEXT("Game");
DefaultReplicationGraphClass = ULyraReplicationGraph::StaticClass();
}