Skip to content

Instantly share code, notes, and snippets.

@Adamcbrz
Created April 22, 2019 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adamcbrz/cbc38604c96d617c15137d8a184326f4 to your computer and use it in GitHub Desktop.
Save Adamcbrz/cbc38604c96d617c15137d8a184326f4 to your computer and use it in GitHub Desktop.
Tracker Tutorial: Header Includes
/* insert after Actor.h */
#include "openvr.h"
#include "Runtime/Engine/Classes/Camera/CameraComponent.h"
#include "Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h"
#include "Kismet/GameplayStatics.h"
/* leave Tracker.generate.h at the end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment