A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
PixoTutorialSettings.cpp
Go to the documentation of this file.
1// Copyright(c) PixoVR, LLC. All Rights Reserved.
2
3
5
6UPixoTutorialSettings::UPixoTutorialSettings(const FObjectInitializer& ObjectInitializer)
7 : Super(ObjectInitializer)
8 , NameOfHubMap(FName("PixoLobbyMaster"))
9 , bAutomaticallySkipTutorial(true)
10{
11
12}
13
18
bool bAutomaticallySkipTutorial
UPROPERTY(Config, EditAnywhere, Category = "Pixo Tutorial", Meta = (DisplayName = "Automatically Skip...
FName NameOfHubMap
UPROPERTY(Config, EditAnywhere, Category = "Pixo Tutorial", Meta = (DisplayName = "Name Of Hub Map",...
FName GetNameOfHubMap() const
Returns the protocol prefix.
bool GetAutomaticallySkipTutorial() const
Returns the URL base.