Started the project. This right now only includes Meta XR and Android setup with VR template. More improvements to come!
14 lines
206 B
C++
14 lines
206 B
C++
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreTypes.h"
|
|
#include "OculusXRSceneTypes.h"
|
|
#include "Delegates/Delegate.h"
|
|
|
|
class FOculusXRSceneEventDelegates
|
|
{
|
|
public:
|
|
|
|
};
|