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