VIRTUOS_Playground/VIRTUOS_ExpansionPluginTests/Source/VRExpPluginExample/Public/WidgetHelper.h

16 lines
222 B
C
Raw Normal View History

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
/**
*
*/
class VREXPPLUGINEXAMPLE_API WidgetHelper
{
public:
WidgetHelper();
~WidgetHelper();
};