#include <PingWidget.h>
◆ Initialize()
| bool UPingWidget::Initialize |
( |
| ) |
|
|
overridevirtual |
11{
12 const bool Success = Super::Initialize();
15 return true;
16}
◆ UpdatePing()
| void UPingWidget::UpdatePing |
( |
float | Ping | ) |
|
19{
20
21 const FText PingText = UKismetTextLibrary::Conv_IntToText(UKismetMathLibrary::Round(Ping));
23}
◆ PingTextBlock
| class UTextBlock* UPingWidget::PingTextBlock |
|
protected |
The documentation for this class was generated from the following files:
- T:/Unreal/Unreal Projects/SpaceAdventure52/SpaceAdventure/Plugins/MenuSystem/Source/MenuSystem/Public/Widgets/Multiplayer/PingWidget.h
- T:/Unreal/Unreal Projects/SpaceAdventure52/SpaceAdventure/Plugins/MenuSystem/Source/MenuSystem/Private/Widgets/Multiplayer/PingWidget.cpp