Class Main
Inheritance
System.Object
Main
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: UE4
Assembly: UE4DotNet.dll
Syntax
public static class Main
Properties
| Improve this Doc View SourceGameInstance
Game Instance controls the main game state machine
Declaration
public static DotNetGameInstance GameInstance { get; }
Property Value
| Type | Description |
|---|---|
| DotNetGameInstance |
Methods
| Improve this Doc View SourceStart(String)
Declaration
public static int Start(string argument)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | argument |
Returns
| Type | Description |
|---|---|
| System.Int32 |