Class APawn
A class representing an Unreal Engine APawn.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
[GameClass("Pawn")]
[GameProperty(new string[] { "PlayerState" })]
public class APawn : AActor, IGameObject, INotifyPropertyChanged, IActor, IObject
Remarks
Initializes a new instance of the APawn class.
Constructors
View SourceAPawn(IGameObject)
A class representing an Unreal Engine APawn.
Declaration
public APawn(IGameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
IGameObject | gameObject | The game object to encapsulate. |
Remarks
Initializes a new instance of the APawn class.