MCPcopy Create free account
hub / github.com/Vaei/PredictedMovement / GetFirst

Function GetFirst

Source/PredictedMovement/Public/Modifier/ModifierTypes.h:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387 }
388
389 FClientAuthData* GetFirst()
390 {
391 return Stack.Num() > 0 ? &Stack[0] : nullptr;
392 }
393
394 const FClientAuthData* GetFirst() const
395 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected