- // Fill out your copyright notice in the Description page of Project Settings.
- #include "VRHUDBase.h"
- #include "Kismet/KismetSystemLibrary.h"
- void AVRHUDBase::Test_Implementation() {
- UKismetSystemLibrary::PrintString(GetWorld(), TEXT("AVRHUDBase::Test_Implementation"));
- }
|