Class AGameInfo
A class representing an Unreal Engine AGameInfo.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
[GameClass("GameState")]
[GameProperty(new string[] { "MatchState" })]
public class AGameInfo : AActor, IGameObject, INotifyPropertyChanged, IActor, IObject
Remarks
Initializes a new instance of the AGameInfo class.
Constructors
View SourceAGameInfo(IGameObject)
A class representing an Unreal Engine AGameInfo.
Declaration
public AGameInfo(IGameObject gameObject)
Parameters
Type | Name | Description |
---|---|---|
IGameObject | gameObject | The game object to encapsulate. |
Remarks
Initializes a new instance of the AGameInfo class.
Properties
View SourceMatchState
Gets the match state.
Declaration
public string? MatchState { get; }
Property Value
Type | Description |
---|---|
string |