Show / Hide Table of Contents

Interface IPlayerController

An interface representing an Unreal Engine player controller.

Inherited Members
IController.Pawn
IController.PlayerState
IController.GetPawn(TimeSpan)
IController.GetPlayerState(TimeSpan)
IGameObject.Info
IGameObject.GameState
IGameObject.Properties
IGameObject.this[string]
INotifyPropertyChanged.PropertyChanged
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public interface IPlayerController : IController, IGameObject, INotifyPropertyChanged

Properties

View Source

NetPlayerIndex

Gets the player's net index.

Declaration
int? NetPlayerIndex { get; }
Property Value
Type Description
int?

Extension Methods

IGameObjectExtensions.ClassName(IGameObject)
IGameObjectExtensions.InfoEquals(IGameObject, IGameObject?)
IGameObjectExtensions.InfoEquals(IGameObject, in ObjectInfo)
IGameObjectExtensions.ObjectName(IGameObject)
IGameObjectExtensions.Matches(IGameObject, IClassManager, in ObjectInfo)
  • View Source
In this article
Back to top Generated by DocFX