Skip to content

Several compile errors in unreal v4.18.3 #9

Description

@chad-williamson

Need a bit of refactoring due to engine changes...

added
#include "IXRTrackingSystem.h"

Changed
GEngine->HMDDevice.Get();
to
GEngine->XRSystem->GetHMDDevice();

Changed
hmd->SetTrackingOrigin()
to
GEngine->XRSystem->SetTrackingOrigin();

Also, when the game is started, the players vantage point is on the floor, not eye level. Have not been able to figure this one out yet.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions