Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APlayerState
Syntax
UPROPERTY (ReplicatedUsing=OnRep_UniqueId)
FUniqueNetIdRepl UniqueId
Remarks
The id used by the network to uniquely identify a player. NOTE: the internals of this property should never be exposed to the player as it's transient and opaque in meaning (ie it might mean date/time followed by something else). It is OK to use and pass around this property, though.