MCPcopy Create free account
hub / github.com/DruidMech/MultiplayerCourseBlasterGame / BeginPlay

Method BeginPlay

Source/Blaster/HUD/BlasterHUD.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "Components/CanvasPanelSlot.h"
12
13void ABlasterHUD::BeginPlay()
14{
15 Super::BeginPlay();
16}
17
18void ABlasterHUD::AddElimAnnouncement(FString Attacker, FString Victim)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected