20 lines
315 B
C++
20 lines
315 B
C++
// Project Lab - NHTV Igad
|
|
|
|
#include "UnrealProject.h"
|
|
#include "EventWidget.h"
|
|
|
|
void UEventWidget::NativeConstruct()
|
|
{
|
|
Super::NativeConstruct();
|
|
}
|
|
|
|
void UEventWidget::NativeDestruct()
|
|
{
|
|
Super::NativeDestruct();
|
|
}
|
|
|
|
void UEventWidget::SetVariables_Implementation(const FEventObject& event)
|
|
{
|
|
|
|
}
|