A Demo Project for the UnrealEngineSDK
|
#include "ReplicatedVRCameraComponent.h"
#include "Net/UnrealNetwork.h"
#include "Engine/Engine.h"
#include "VRBaseCharacter.h"
#include "IXRTrackingSystem.h"
#include "IXRCamera.h"
#include "Rendering/MotionVectorSimulation.h"
#include "IHeadMountedDisplay.h"
Go to the source code of this file.
Functions | |
bool | TMP_IsHeadTrackingAllowedForWorld (IXRTrackingSystem *XRSystem, UWorld *World) |
bool TMP_IsHeadTrackingAllowedForWorld | ( | IXRTrackingSystem * | XRSystem, |
UWorld * | World ) |
Definition at line 15 of file ReplicatedVRCameraComponent.cpp.