Class UnrealConfig
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.engine.unreal.types.UnrealConfig
-
public final class UnrealConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnrealConfig._FinalStagestatic classUnrealConfig.Builderstatic interfaceUnrealConfig.GameModuleStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnrealConfig.GameModuleStagebuilder()booleanequals(java.lang.Object other)java.lang.StringgetGameModule()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getGameModule
public java.lang.String getGameModule()
- Returns:
- Name of the Unreal module that holds the game code.
This is usually the value of
$.Modules[0].Namein the fileMyProject.unproject. Configures Rivet CLI behavior. Has no effect on server behavior.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static UnrealConfig.GameModuleStage builder()
-
-