VRHUDBase.cpp 278 B

12345678910
  1. // Fill out your copyright notice in the Description page of Project Settings.
  2. #include "VRHUDBase.h"
  3. #include "Kismet/KismetSystemLibrary.h"
  4. void AVRHUDBase::Test_Implementation() {
  5. UKismetSystemLibrary::PrintString(GetWorld(), TEXT("AVRHUDBase::Test_Implementation"));
  6. }