v1.2.26
Documentation for the Unreal C++ Plugin
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
5
UPixoCoreSettings::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
}
PixoCoreSettings.h
PixoCore
Source
PixoCore
Private
PixoCoreSettings.cpp
Generated
Wed Oct 9 2024 19:40:16
by Doxygen version
1.10.0