A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VRTrackedParentInterface.cpp
Go to the documentation of this file.
1// Fill out your copyright notice in the Description page of Project Settings.
2
4#include "UObject/ObjectMacros.h"
5#include "UObject/Interface.h"
6
7UVRTrackedParentInterface::UVRTrackedParentInterface(const class FObjectInitializer& ObjectInitializer)
8 : Super(ObjectInitializer)
9{
10
11}