User Added Saveslots are now readded on Startup, Played around with Widget Materials and Retainer
Helpful Links: https://www.youtube.com/watch?v=Ja5clUpnAlo https://www.youtube.com/watch?v=gcj0odZjKjM
This commit is contained in:
parent
0d316d9b55
commit
d216d8723b
288 changed files with 877 additions and 23 deletions
|
@ -0,0 +1,12 @@
|
|||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "WidgetHelper.h"
|
||||
|
||||
WidgetHelper::WidgetHelper()
|
||||
{
|
||||
}
|
||||
|
||||
WidgetHelper::~WidgetHelper()
|
||||
{
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class VREXPPLUGINEXAMPLE_API WidgetHelper
|
||||
{
|
||||
public:
|
||||
WidgetHelper();
|
||||
~WidgetHelper();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue