Simeon Wallrath
d216d8723b
Helpful Links: https://www.youtube.com/watch?v=Ja5clUpnAlo https://www.youtube.com/watch?v=gcj0odZjKjM
15 lines
222 B
C++
15 lines
222 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
/**
|
|
*
|
|
*/
|
|
class VREXPPLUGINEXAMPLE_API WidgetHelper
|
|
{
|
|
public:
|
|
WidgetHelper();
|
|
~WidgetHelper();
|
|
};
|