A blueprint class with 2 graphs.
More...
#include "/PixoTutorial/Blueprints/Core/BP_TUT_PixoVRGameMode"
A blueprint class with 2 graphs.
UDF Path: /PixoTutorial /Blueprints /Core /BP_TUT_PixoVRGameMode
Config: Config/DefaultEngine.ini
Definition at line 11 of file ABP_TUT_PixoVRGameMode_C.h.
◆ EventGraph()
void ABP_TUT_PixoVRGameMode_C::EventGraph |
( |
| ) |
|
|
privateBlueprint |
◆ GENERATED_BODY()
APixoVRGameMode::GENERATED_BODY |
( |
| ) |
|
|
privateinherited |
◆ GetBaseExperienceManager()
|
inlineinheritedBlueprintCallable |
Gets the reference to the base experience manager.
- Returns
- The reference to the base experience manager.
UFUNCTION(BlueprintCallable)
Definition at line 43 of file PixoVRGameMode.h.
◆ GetManagerRef()
|
inheritedBlueprintCallableBlueprintNativeEvent |
Retrieves a reference to the specified manager class.
- Parameters
-
ManagerClass | The class of the manager to retrieve. |
- Returns
- A pointer to the manager instance.
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "Manager")
◆ GetManagerRef_Implementation()
Implementation of the GetManagerRef function from the IPixoCoreInterface.
- Parameters
-
ManagerClass | The class of the manager. |
- Returns
- The reference to the manager.
UFUNCTION()
Definition at line 31 of file PixoVRGameMode.cpp.
◆ GetStoryManager()
|
inheritedBlueprintCallableBlueprintNativeEvent |
Retrieves the story manager.
- Returns
- The story manager instance.
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "Manager")
◆ GetStreamingLevelManager()
|
inheritedBlueprintCallableBlueprintNativeEvent |
Retrieves the streaming level manager.
- Returns
- The streaming level manager instance.
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "Manager")
◆ InitGame()
void APixoVRGameMode::InitGame |
( |
const FString & | MapName, |
|
|
const FString & | Options, |
|
|
FString & | ErrorMessage ) |
|
overridevirtualinherited |
Initializes the game mode and ExperienceManager.
- Parameters
-
MapName | The name of the map. |
Options | The game options. |
ErrorMessage | The error message, if any. |
Definition at line 11 of file PixoVRGameMode.cpp.
◆ Tick()
void APixoVRGameMode::Tick |
( |
float | DeltaSeconds | ) |
|
|
overridevirtualinherited |
◆ UserConstructionScript()
void ABP_TUT_PixoVRGameMode_C::UserConstructionScript |
( |
| ) |
|
|
privateBlueprint |
◆ DefaultSceneRoot
◆ ExperienceManager
◆ ExperienceManagerClass
|
protectedinheritedEditDefaultsOnlyBlueprintReadWrite |
UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category = Classes, DisplayName = ExperienceManager)
Definition at line 60 of file PixoVRGameMode.h.
The documentation for this class was generated from the following files: