A Demo Project for the UnrealEngineSDK
|
#include "CoreMinimal.h"
#include "EventSystem/ExperienceManager.h"
#include "GameFramework/GameMode.h"
#include "Interfaces/PixoCoreInterface.h"
#include "PixoVRGameMode.generated.h"
Go to the source code of this file.
Classes | |
class | APixoVRGameMode |
APixoVRGameMode is a custom game mode class that extends AGameMode and implements IPixoCoreInterface. Setup ExperienceManagerClass, so this class will create it on initialization with all managers inside ExperienceManager. More... | |