Show / Hide Table of Contents

Interface IObject

An interface representing an Unreal Engine object.

Namespace: Microsoft.XboxStudios.GameStateTracker.Unreal
Assembly: GameStateTracker.Unreal.dll
Syntax
public interface IObject

Properties

View Source

Name

Gets the object's name.

Declaration
string Name { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX