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