MCPcopy Create free account
hub / github.com/Voidware-Prohibited/ALSXT / OnRep_PlayerState

Method OnRep_PlayerState

Source/ALSXT/Private/AlsxtPlayerController.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void AAlsxtPlayerController::OnRep_PlayerState()
36{
37 Super::OnRep_PlayerState();
38
39 // For edge cases where the PlayerState is repped before the Hero is possessed.
40 // CreateHUD();
41}
42
43void AAlsxtPlayerController::BeginPlay()
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected