A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UPixoTutorialSettings Class ReferenceDefaultConfig

UCLASS(Config = Game, DefaultConfig) More...

#include <PixoTutorialSettings.h>

Inheritance diagram for UPixoTutorialSettings:
[legend]

Public Member Functions

bool GetAutomaticallySkipTutorial () const
 Returns the URL base.
 
FName GetNameOfHubMap () const
 Returns the protocol prefix.
 

Public Attributes

bool bAutomaticallySkipTutorial
 UPROPERTY(Config, EditAnywhere, Category = "Pixo Tutorial", Meta = (DisplayName = "Automatically Skip Tutorial", ToolTip = "If the player has completed or skipped the tutorial before, we'll automatically go to the hub map instead of making them do the tutorial again."))
 
FName NameOfHubMap
 UPROPERTY(Config, EditAnywhere, Category = "Pixo Tutorial", Meta = (DisplayName = "Name Of Hub Map", ToolTip = "The name of the map you want to transition to after the tutorial ends."))
 

Private Member Functions

 GENERATED_UCLASS_BODY ()
 

Detailed Description

UCLASS(Config = Game, DefaultConfig)

Definition at line 13 of file PixoTutorialSettings.h.

Member Function Documentation

◆ GENERATED_UCLASS_BODY()

UPixoTutorialSettings::GENERATED_UCLASS_BODY ( )
private

◆ GetAutomaticallySkipTutorial()

bool UPixoTutorialSettings::GetAutomaticallySkipTutorial ( ) const

Returns the URL base.

Definition at line 19 of file PixoTutorialSettings.cpp.

◆ GetNameOfHubMap()

FName UPixoTutorialSettings::GetNameOfHubMap ( ) const

Returns the protocol prefix.

Definition at line 14 of file PixoTutorialSettings.cpp.

Member Data Documentation

◆ bAutomaticallySkipTutorial

bool UPixoTutorialSettings::bAutomaticallySkipTutorial
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "Pixo Tutorial", Meta = (DisplayName = "Automatically Skip Tutorial", ToolTip = "If the player has completed or skipped the tutorial before, we'll automatically go to the hub map instead of making them do the tutorial again."))

Definition at line 30 of file PixoTutorialSettings.h.

◆ NameOfHubMap

FName UPixoTutorialSettings::NameOfHubMap
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "Pixo Tutorial", Meta = (DisplayName = "Name Of Hub Map", ToolTip = "The name of the map you want to transition to after the tutorial ends."))

Definition at line 23 of file PixoTutorialSettings.h.


The documentation for this class was generated from the following files: