Class APlayerInfo
The default class representing an Unreal Engine APlayerState.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public class APlayerInfo : APlayerInfoBase<APawn>, IGameObject, INotifyPropertyChanged, IActor, IObject
Remarks
Initializes a new instance of the APlayerInfo class.
Constructors
View SourceAPlayerInfo(IGameObject)
The default class representing an Unreal Engine APlayerState.
Declaration
public APlayerInfo(IGameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
IGameObject | gameObject | The game object to encapsulate. |
Remarks
Initializes a new instance of the APlayerInfo class.