mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
37 lines
371 B
C++
37 lines
371 B
C++
#include "AthenaSpectatorPlayerWidgetBase.h"
|
|
|
|
|
|
void UAthenaSpectatorPlayerWidgetBase::SetPlayerData(UAthenaRemotePlayerViewData* InPlayerData, bool bForceUpdate) {
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UAthenaRemotePlayerViewData* UAthenaSpectatorPlayerWidgetBase::GetPlayerData() const {
|
|
return NULL;
|
|
}
|
|
|
|
UAthenaSpectatorPlayerWidgetBase::UAthenaSpectatorPlayerWidgetBase() {
|
|
}
|
|
|