agent/src/main/kotlin/com/jetbrains/teamcity/plugins/unrealengine/agent/buildcookrun/BuildCookRunWorkflowCreator.kt [41:53]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - it.forEach { error -> logger.error("An error occurred during command creation: ${error.message}") } raise("Unable to create command from the given runner parameters") } val arguments = command.toArguments() return UnrealEngineCommandExecution( UnrealEngineProgramCommandLine( environment, context.buildParameters.environmentVariables, context.workingDirectory, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - agent/src/main/kotlin/com/jetbrains/teamcity/plugins/unrealengine/agent/commandlets/CommandletWorkflowCreator.kt [41:53]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - it.forEach { error -> logger.error("An error occurred during command creation: ${error.message}") } raise("Unable to create command from the given runner parameters") } val arguments = command.toArguments() return UnrealEngineCommandExecution( UnrealEngineProgramCommandLine( environment, context.buildParameters.environmentVariables, context.workingDirectory, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -