(Feat) Add Animation Fps Charater
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "PlayerNameplateWidget.h"
|
||||
|
||||
#include "Components/TextBlock.h"
|
||||
|
||||
void UPlayerNameplateWidget::SetPlayerName(const FText& InName)
|
||||
{
|
||||
if (PlayerNameText)
|
||||
{
|
||||
PlayerNameText->SetText(InName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user