A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
PixoCoreSettings.cpp
Go to the documentation of this file.
1// Copyright(c) PixoVR, LLC. All Rights Reserved.
2
3#include "PixoCoreSettings.h"
4
5UPixoCoreSettings::UPixoCoreSettings(const FObjectInitializer& ObjectInitializer)
6 : Super(ObjectInitializer)
7 , TestServerIP(TEXT("localhost:9000"))
8 , MapAfterLogin("PixoTutorial_Master")
9 , OfflineMode(false)
10 , OfflineTime(72.0f)
11 , MapAfterIntro("PixoLoginMap")
12{
13
14}