Interface IPlayerController
An interface representing an Unreal Engine player controller.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public interface IPlayerController : IController, IGameObject, INotifyPropertyChangedProperties
View SourceNetPlayerIndex
Gets the player's net index.
Declaration
int? NetPlayerIndex { get; }Property Value
| Type | Description | 
|---|---|
| int? |