|
Nuke.Unreal
Build Unreal apps in Style.
|
Common interface for locating Unreal Engine instances in different environments. More...
Public Member Functions | |
| AbsolutePath? | GetEngine (string name) |
| Get the path to an installed engine by its name or its absolute path. | |
Properties | |
| IEnumerable< UnrealInstance > | Instances [get] |
| List all installed Unreal Engine installation on current system. | |
Common interface for locating Unreal Engine instances in different environments.
Definition at line 16 of file IUnrealLocator.cs.
| AbsolutePath? Nuke.Unreal.IUnrealLocator.GetEngine | ( | string | name | ) |
Get the path to an installed engine by its name or its absolute path.
| name | Engine association name, source GUID, plain version or absolute path to/of an installed engine |
Implemented in Nuke.Unreal.GenericUnrealLocator, and Nuke.Unreal.WindowsUnrealLocator.
|
get |
List all installed Unreal Engine installation on current system.
Implemented in Nuke.Unreal.GenericUnrealLocator, and Nuke.Unreal.WindowsUnrealLocator.
Definition at line 21 of file IUnrealLocator.cs.