Interface IObject
An interface representing an Unreal Engine object.
Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public interface IObject
Properties
View SourceName
Gets the object's name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |