ProjectM/Source/ProjectT/System/Core/Widget/CommonHUD.cpp

21 lines
352 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#include "CommonHUD.h"
#include "ProjectT/ProjectT.h"
void UCommonHUD::ToggleGameMenuEvent_Implementation()
{
}
void UCommonHUD::NativeConstruct()
{
Super::NativeConstruct();
InitializeBindEvent();
}
void UCommonHUD::InitializeBindEvent()
{
NOT_IMPLEMENTED();
}